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-08-24T03:24:09.509Z||main|||||INFO|500||The following profiles are active: basic
2022-08-24T03:24:26.938Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-24T03:24:26.939Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-24T03:24:27.073Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-24T03:24:33.225Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-24T03:24:33.996Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-24T03:24:34.888Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-24T03:24:34.921Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-24T03:24:35.083Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-24T03:24:35.466Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-24T03:24:36.818Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-24T03:24:39.566Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-24T03:24:43.019Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-24T03:24:43.099Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-24T03:24:43.927Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-24T03:24:44.366Z||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-08-24T03:24:46.417Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-24T03:24:48.311Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-24T03:24:48.352Z||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$$20cf312a.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-08-24T03:24:48.354Z||main|||||WARN|500||The sdc end point is not alive
2022-08-24T03:24:53.835Z||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-08-24T03:24:58.927Z||main|||||WARN|500||---
2022-08-24T03:24:58.927Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-24T03:24:58.928Z||main|||||WARN|500||---
2022-08-24T03:24:59.695Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-24T03:25:07.294Z||main|||||INFO|500||Started Application in 63.165 seconds (JVM running for 67.934)
2022-08-24T03:25:07.308Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-24T03:25:07.311Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-24T03:25:07.335Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-24T03:25:07.372Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-24T03:25:07.482Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd685313-0eef-4fda-b7b1-3ade236b063f url= /sdc/v1/artifactTypes
2022-08-24T03:25:07.484Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-24T03:25:07.907Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-24T03:25:07.952Z||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-08-24T03:25:07.978Z||scheduling-1|||||DEBUG|500||create keys
2022-08-24T03:25:07.986Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-24T03:25:08.046Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:25:08.081Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e27e1d20-8b5c-4398-8dfc-7087b7872ac0 url= /sdc/v1/registerForDistribution
2022-08-24T03:25:08.325Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e27e1d20-8b5c-4398-8dfc-7087b7872ac0 url= /sdc/v1/registerForDistribution
2022-08-24T03:25:08.326Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-24T03:25:08.346Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:25:08.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:25:08.358Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-24T03:25:08.370Z||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-08-24T03:25:08.371Z||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-08-24T03:25:08.371Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:25:08.371Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:25:18.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:25:18.731Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:26:08.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:26:08.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:26:08.335Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:26:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:26:08.348Z||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-08-24T03:26:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:26:17.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:26:17.919Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:27:08.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:27:08.335Z||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-08-24T03:27:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:27:08.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:27:08.348Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:27:08.349Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:27:17.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:27:17.908Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:28:08.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:28:08.334Z||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-08-24T03:28:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:28:08.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:28:08.348Z||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-08-24T03:28:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:28:17.924Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:28:17.927Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:29:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:29:08.336Z||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-08-24T03:29:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:29:08.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:29:08.348Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:29:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:29:18.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:29:18.127Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:30:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:30:08.335Z||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-08-24T03:30:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:30:08.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:30:08.348Z||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-08-24T03:30:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:30:17.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:30:17.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:31:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:31:08.335Z||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-08-24T03:31:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:31:08.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:31:08.348Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:31:08.348Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:31:17.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:31:17.905Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:32:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:32:08.335Z||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-08-24T03:32:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:32:08.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:32:08.355Z||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-08-24T03:32:08.355Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:32:17.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:32:17.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:33:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:33:08.335Z||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-08-24T03:33:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:33:08.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:33:08.348Z||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-08-24T03:33:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:33:17.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:33:17.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:34:01.654Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-24T03:34:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:34:08.334Z||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-08-24T03:34:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:34:08.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:34:08.349Z||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-08-24T03:34:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:34:17.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:34:17.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:35:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:35:08.336Z||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-08-24T03:35:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:35:08.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:35:08.349Z||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-08-24T03:35:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:35:17.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:35:17.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:36:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:36:08.336Z||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-08-24T03:36:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:36:08.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:36:08.348Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:36:08.348Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:36:17.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:36:17.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:37:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:37:08.335Z||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-08-24T03:37:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:37:08.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:37:08.349Z||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-08-24T03:37:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:37:17.896Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:37:17.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:38:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:38:08.335Z||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-08-24T03:38:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:38:08.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:38:08.348Z||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-08-24T03:38:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:38:17.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:38:17.909Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:39:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:39:08.334Z||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-08-24T03:39:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:39:08.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:39:08.349Z||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-08-24T03:39:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:39:17.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:39:17.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:40:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:40:08.335Z||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-08-24T03:40:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:40:08.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:40:08.348Z||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-08-24T03:40:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:40:17.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:40:17.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:41:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:41:08.335Z||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-08-24T03:41:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:41:08.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:41:08.349Z||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-08-24T03:41:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:41:17.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:41:17.899Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:42:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:42:08.336Z||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-08-24T03:42:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:42:08.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:42:08.348Z||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-08-24T03:42:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:42:17.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:42:17.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:43:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:43:08.335Z||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-08-24T03:43:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:43:08.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:43:08.348Z||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-08-24T03:43:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:43:17.937Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:43:17.939Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:44:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:44:08.336Z||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-08-24T03:44:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:44:08.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:44:08.351Z||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-08-24T03:44:08.352Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:44:17.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:44:17.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:45:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:45:08.334Z||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-08-24T03:45:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:45:08.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:45:08.349Z||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-08-24T03:45:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:45:17.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:45:17.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:46:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:46:08.336Z||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-08-24T03:46:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:46:08.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:46:08.348Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:46:08.349Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:46:17.923Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:46:17.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:47:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:47:08.335Z||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-08-24T03:47:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:47:08.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:47:08.349Z||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-08-24T03:47:08.349Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:47:17.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:47:17.915Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:48:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:48:08.334Z||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-08-24T03:48:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:48:08.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:48:08.348Z||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-08-24T03:48:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:48:17.930Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:48:17.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:49:08.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:49:08.337Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:49:08.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:49:08.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:49:08.348Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:49:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:49:17.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:49:17.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:50:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:50:08.335Z||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-08-24T03:50:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:50:08.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:50:08.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:50:08.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:50:17.942Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:50:17.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:51:08.333Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:51:08.334Z||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-08-24T03:51:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:51:08.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:51:08.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:51:08.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:51:17.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:51:17.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:52:08.333Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:52:08.336Z||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-08-24T03:52:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:52:08.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:52:08.348Z||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-08-24T03:52:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:52:17.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:52:17.912Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:53:08.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:53:08.335Z||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-08-24T03:53:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:53:08.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:53:08.349Z||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-08-24T03:53:08.350Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:53:17.912Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:53:17.922Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:54:08.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:54:08.335Z||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-08-24T03:54:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:54:08.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:54:08.348Z||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-08-24T03:54:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:54:17.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:54:17.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:55:08.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:55:08.336Z||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-08-24T03:55:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:55:08.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:55:08.348Z||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-08-24T03:55:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:55:17.904Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:55:17.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:56:08.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:56:08.335Z||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-08-24T03:56:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:56:08.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:56:08.349Z||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-08-24T03:56:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:56:17.886Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:56:17.911Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:57:08.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:57:08.344Z||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-08-24T03:57:08.344Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:57:08.348Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:57:08.348Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:57:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:57:17.916Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:57:17.927Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:58:08.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:58:08.334Z||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-08-24T03:58:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:58:08.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:58:08.348Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:58:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:58:17.878Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:58:17.919Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:08.333Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:59:08.337Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T03:59:08.337Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T03:59:08.348Z||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-08-24T03:59:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:08.981Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:08.998Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:09.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0b7e051-7d2d-46a0-9561-dfad3ca46b89","serviceName":"basic_onboard_VVvPKm","serviceVersion":"1.0","serviceUUID":"d1c62071-2ed9-4e38-b7b4-39041fe55fe3","serviceDescription":"service","serviceInvariantUUID":"036b30d4-d767-4b57-a6c7-63b0562d5326","resources":[{"resourceInstanceName":"basic_onboard_VVvPKm 0","resourceName":"basic_onboard_VVvPKm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e137609-fbc1-4bd8-bf17-dff9d9466b09","resourceInvariantUUID":"cd93975b-00be-4a9e-bcc2-92f3fb137375","resourceCustomizationUUID":"b8e0bbe8-def5-4e62-bef8-b2910d12d5a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml","artifactChecksum":"YTIwNDFkMDc4NTQ5ZDQzZDMzYTc3ZGIyOThlYzg1YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc898ec0-414d-419f-a4fd-31d8d19f4264","artifactVersion":"1"},{"artifactName":"basic_onboard_vvvpkm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json","artifactChecksum":"Y2NmNjY1NWIyNTJlZDU1NTljMzI0ODllZjU2YjUwOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2363090-60b1-48f3-ba99-3fb57885f8cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cfa72501-823a-40d1-89f8-0d5523cfdb3e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62e80292-a035-44e7-ad23-029a89bf1e52","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7519a75e-54d2-4e87-9045-93a299e7ed43","artifactVersion":"2","generatedFromUUID":"cfa72501-823a-40d1-89f8-0d5523cfdb3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVvvpkm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml","artifactChecksum":"N2IzM2RhMmFmMDdkZmU5ZTIyZTMyYTU3YjllMWViMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"499eae81-7376-49cf-9a1d-081c8f9fbeb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVvvpkm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar","artifactChecksum":"OTg3M2Y4YjAyZjVkMGQ4ZDNmMTk0YmQ2MGQxODQyYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad691fc2-2197-4466-994f-05cb6ca30b17","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T03:59:09.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313510645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T03:59:09.074Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:09.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313514804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313518356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313514804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313510645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313518356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313514804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313510645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313518356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313514804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313510645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313518356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313514804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313510645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313518356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313523921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313514804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313510645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.099Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:09.099Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313518356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313523921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313514804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313510645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313518356,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313523921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313526901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:09.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313526918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:09.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313526903,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:09.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313523921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "cds",
  "timestamp": 1661313527931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-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-08-24T03:59:09.198Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-08-24T03:59:09.202Z||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-08-24T03:59:09.203Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:09.219Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:09.221Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-24T03:59:09.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0b7e051-7d2d-46a0-9561-dfad3ca46b89
2022-08-24T03:59:09.359Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b7e051-7d2d-46a0-9561-dfad3ca46b89 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-08-24T03:59:09.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313527948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T03:59:09.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313523921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "policy-id",
  "timestamp": 1661313528972,
  "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-08-24T03:59:09.410Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0b7e051-7d2d-46a0-9561-dfad3ca46b89
2022-08-24T03:59:09.411Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b7e051-7d2d-46a0-9561-dfad3ca46b89 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-08-24T03:59:09.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313523921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313523921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313533400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313532996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313533400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313532996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313533400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313529142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313532996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313533400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313536980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:09.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313532996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313533400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313538084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:09.448Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313532996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313533400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313539162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:09.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313532996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:09.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313533400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313539538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T03:59:09.454Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313532996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T03:59:09.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T03:59:09.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313540393,
  "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-08-24T03:59:09.464Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0b7e051-7d2d-46a0-9561-dfad3ca46b89
2022-08-24T03:59:09.464Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b7e051-7d2d-46a0-9561-dfad3ca46b89 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-08-24T03:59:09.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "aai-ml",
  "timestamp": 1661313540546,
  "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-08-24T03:59:09.490Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0b7e051-7d2d-46a0-9561-dfad3ca46b89
2022-08-24T03:59:09.491Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b7e051-7d2d-46a0-9561-dfad3ca46b89 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-08-24T03:59:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313541397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T03:59:09.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313540979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:09.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T03:59:09.504Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T03:59:09.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T03:59:09.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313546575,
  "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-08-24T03:59:09.512Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0b7e051-7d2d-46a0-9561-dfad3ca46b89
2022-08-24T03:59:09.513Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b7e051-7d2d-46a0-9561-dfad3ca46b89 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-08-24T03:59:10.116Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T03:59:10.116Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:10.126Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:10.127Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T03:59:10.226Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T03:59:10.228Z||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-08-24T03:59:10.229Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:10.244Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:10.247Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:11.127Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T03:59:11.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:11.152Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:11.152Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-24T03:59:11.240Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-08-24T03:59:11.242Z||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-08-24T03:59:11.242Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:11.264Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:11.265Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:12.155Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T03:59:12.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:12.159Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:12.159Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:12.259Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T03:59:12.260Z||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-08-24T03:59:12.261Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:12.280Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:12.281Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:13.160Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T03:59:13.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:13.165Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:13.165Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-24T03:59:13.266Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T03:59:13.267Z||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-08-24T03:59:13.268Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:13.286Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:13.287Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:14.166Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T03:59:14.167Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:14.171Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:14.171Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T03:59:14.271Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T03:59:14.273Z||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-08-24T03:59:14.277Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:14.297Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:14.298Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:15.172Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T03:59:15.173Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:15.175Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:15.176Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T03:59:15.276Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T03:59:15.277Z||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-08-24T03:59:15.277Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:15.292Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:15.293Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:16.178Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "serviceName": "basic_onboard_VVvPKm",
  "serviceVersion": "1.0",
  "serviceUUID": "d1c62071-2ed9-4e38-b7b4-39041fe55fe3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "036b30d4-d767-4b57-a6c7-63b0562d5326",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_VVvPKm 0",
      "resourceCustomizationUUID": "b8e0bbe8-def5-4e62-bef8-b2910d12d5a6",
      "resourceName": "basic_onboard_VVvPKm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2e137609-fbc1-4bd8-bf17-dff9d9466b09",
      "resourceInvariantUUID": "cd93975b-00be-4a9e-bcc2-92f3fb137375",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vvvpkm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
          "artifactChecksum": "Y2NmNjY1NWIyNTJlZDU1NTljMzI0ODllZjU2YjUwOTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d2363090-60b1-48f3-ba99-3fb57885f8cf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cfa72501-823a-40d1-89f8-0d5523cfdb3e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7519a75e-54d2-4e87-9045-93a299e7ed43",
            "generatedFromUUID": "cfa72501-823a-40d1-89f8-0d5523cfdb3e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7519a75e-54d2-4e87-9045-93a299e7ed43",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVvvpkm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
      "artifactChecksum": "OTg3M2Y4YjAyZjVkMGQ4ZDNmMTk0YmQ2MGQxODQyYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ad691fc2-2197-4466-994f-05cb6ca30b17"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T03:59:16.186Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T03:59:16.187Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1c62071-2ed9-4e38-b7b4-39041fe55fe3 ASDC
2022-08-24T03:59:16.347Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c0b7e051-7d2d-46a0-9561-dfad3ca46b89
ServiceName:basic_onboard_VVvPKm
ServiceVersion:1.0
ServiceUUID:d1c62071-2ed9-4e38-b7b4-39041fe55fe3
ServiceInvariantUUID:036b30d4-d767-4b57-a6c7-63b0562d5326
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVvvpkm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar
ArtifactUUID:ad691fc2-2197-4466-994f-05cb6ca30b17
ArtifactChecksum:OTg3M2Y4YjAyZjVkMGQ4ZDNmMTk0YmQ2MGQxODQyYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VVvPKm 0
ResourceCustomizationUUID:b8e0bbe8-def5-4e62-bef8-b2910d12d5a6
ResourceInvariantUUID:cd93975b-00be-4a9e-bcc2-92f3fb137375
ResourceName:basic_onboard_VVvPKm
ResourceType:VF
ResourceUUID:2e137609-fbc1-4bd8-bf17-dff9d9466b09
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vvvpkm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json
ArtifactUUID:d2363090-60b1-48f3-ba99-3fb57885f8cf
ArtifactChecksum:Y2NmNjY1NWIyNTJlZDU1NTljMzI0ODllZjU2YjUwOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cfa72501-823a-40d1-89f8-0d5523cfdb3e
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env
ArtifactUUID:7519a75e-54d2-4e87-9045-93a299e7ed43
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env
ArtifactUUID:7519a75e-54d2-4e87-9045-93a299e7ed43
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-24T03:59:16.348Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1c62071-2ed9-4e38-b7b4-39041fe55fe3 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-08-24T03:59:16.406Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T03:59:16.408Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T03:59:16.410Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T03:59:16.411Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ad691fc2-2197-4466-994f-05cb6ca30b17 from URL: /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:16.411Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T03:59:16.413Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:16.554Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T03:59:16.580Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar ad691fc2-2197-4466-994f-05cb6ca30b17 71574
2022-08-24T03:59:16.583Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar ASDC sendASDCNotification
2022-08-24T03:59:16.583Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:16.584Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T03:59:16.586Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:16.590Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:16.590Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313556581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:16.690Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T03:59:16.692Z||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-08-24T03:59:16.692Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:16.709Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:16.711Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:17.591Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T03:59:17.591Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T03:59:17.594Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ad691fc2-2197-4466-994f-05cb6ca30b17, URL: /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar to file: /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:17.596Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:17.718Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:17.719Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:18.721Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17316892185632992305/Definitions/service-BasicOnboardVvvpkm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-08-24T03:59:20.925Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T03:59:20.930Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-24T03:59:20.930Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.931Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-24T03:59:20.931Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.931Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.931Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||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-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.931Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.931Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.931Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VVvPKm 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-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.932Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.932Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.932Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:20.932Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-24T03:59:20.939Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.940Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:20.944Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:20.945Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-24T03:59:20.947Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T03:59:20.949Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.949Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:20.949Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:20.950Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-24T03:59:20.950Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T03:59:20.950Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.951Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:20.955Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.956Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is not matching search criteria
2022-08-24T03:59:20.956Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-24T03:59:20.956Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-24T03:59:20.956Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-24T03:59:20.956Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-24T03:59:20.957Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-24T03:59:20.957Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.958Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T03:59:20.959Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.959Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:20.960Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T03:59:20.960Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.961Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:20.961Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T03:59:20.961Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.962Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:20.962Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T03:59:20.962Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.962Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is not matching search criteria
2022-08-24T03:59:20.963Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-24T03:59:20.963Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-24T03:59:20.963Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=016a2950-383b-460c-921b-023c11942541
2022-08-24T03:59:20.963Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.963Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:20.964Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.964Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:20.964Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.965Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:20.965Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:20.965Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:20.966Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VVvPKm
Description:service
Model UUID:d1c62071-2ed9-4e38-b7b4-39041fe55fe3
Model Version:NULL
Model InvariantUuid:036b30d4-d767-4b57-a6c7-63b0562d5326
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_VVvPKm
Model UUID:3cf04a81-3999-48a7-ac06-e041030c7aeb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd93975b-00be-4a9e-bcc2-92f3fb137375
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b8e0bbe8-def5-4e62-bef8-b2910d12d5a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9ecccbe4-8190-4dbc-8f84-43e4c3216b93
ModelName:BasicOnboardVvvpkm..base_ubuntu18..module-0
ModelUuid:08d2156e-0fdd-4c40-ac12-7fb16a57f5f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:016a2950-383b-460c-921b-023c11942541
ModelInvariantUuid:135908f3-401e-4a27-8c65-589bc876edba
ModelName:basic_onboard_VVvPKm-nodes.ubuntu18Cvfc
ModelUuid:7002650f-79d0-495d-a3b1-8c057c37edcf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e39d2861-8f09-4858-937e-cce274b44858
ModelInvariantUuid:32e16320-ed67-4e91-8374-2dd12bcea7bf
ModelName:BasicOnboardVvvpkm.compute.nodes.heat.ubuntu18
ModelUuid:2a73b659-d229-4d1a-a524-8fdf40ed83e1
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-08-24T03:59:20.982Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e137609-fbc1-4bd8-bf17-dff9d9466b09
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-08-24T03:59:21.109Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||basic_onboard_VVvPKm 0
2022-08-24T03:59:21.119Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e137609-fbc1-4bd8-bf17-dff9d9466b09
2022-08-24T03:59:21.123Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d2363090-60b1-48f3-ba99-3fb57885f8cf from URL: /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json
2022-08-24T03:59:21.123Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T03:59:21.123Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json
2022-08-24T03:59:21.207Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T03:59:21.208Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json d2363090-60b1-48f3-ba99-3fb57885f8cf 798
2022-08-24T03:59:21.208Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json ASDC sendASDCNotification
2022-08-24T03:59:21.208Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json
2022-08-24T03:59:21.208Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T03:59:21.209Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:21.214Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:21.214Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313561208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:21.313Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T03:59:21.314Z||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-08-24T03:59:21.314Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:21.328Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:21.330Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:22.216Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVvvpkm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9ecccbe4-8190-4dbc-8f84-43e4c3216b93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08d2156e-0fdd-4c40-ac12-7fb16a57f5f3",
    "vfModuleModelCustomizationUUID": "eb4e6c6a-ed54-4c35-bc71-26372ba207ea",
    "isBase": true,
    "artifacts": [
      "cfa72501-823a-40d1-89f8-0d5523cfdb3e",
      "7519a75e-54d2-4e87-9045-93a299e7ed43"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-24T03:59:22.231Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVvvpkm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08d2156e-0fdd-4c40-ac12-7fb16a57f5f3
VfModuleModelInvariantUUID:9ecccbe4-8190-4dbc-8f84-43e4c3216b93
VfModuleModelDescription:NULL
Artifacts UUID List:{
cfa72501-823a-40d1-89f8-0d5523cfdb3e
,
7519a75e-54d2-4e87-9045-93a299e7ed43

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

isBase:true


}

2022-08-24T03:59:22.234Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVvvpkm..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9ecccbe4-8190-4dbc-8f84-43e4c3216b93",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08d2156e-0fdd-4c40-ac12-7fb16a57f5f3",
    "vfModuleModelCustomizationUUID": "eb4e6c6a-ed54-4c35-bc71-26372ba207ea",
    "isBase": true,
    "artifacts": [
      "cfa72501-823a-40d1-89f8-0d5523cfdb3e",
      "7519a75e-54d2-4e87-9045-93a299e7ed43"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-24T03:59:22.235Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVvvpkm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08d2156e-0fdd-4c40-ac12-7fb16a57f5f3
VfModuleModelInvariantUUID:9ecccbe4-8190-4dbc-8f84-43e4c3216b93
VfModuleModelDescription:NULL
Artifacts UUID List:{
cfa72501-823a-40d1-89f8-0d5523cfdb3e
,
7519a75e-54d2-4e87-9045-93a299e7ed43

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

isBase:true


}

2022-08-24T03:59:22.235Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cfa72501-823a-40d1-89f8-0d5523cfdb3e from URL: /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml
2022-08-24T03:59:22.235Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T03:59:22.235Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml
2022-08-24T03:59:22.286Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T03:59:22.287Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml cfa72501-823a-40d1-89f8-0d5523cfdb3e 5033
2022-08-24T03:59:22.288Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-24T03:59:22.288Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml
2022-08-24T03:59:22.288Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T03:59:22.288Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:22.291Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:22.291Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313562288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:22.391Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T03:59:22.392Z||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-08-24T03:59:22.393Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:22.408Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:22.408Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:23.293Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7519a75e-54d2-4e87-9045-93a299e7ed43 from URL: /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env
2022-08-24T03:59:23.294Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T03:59:23.295Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env
2022-08-24T03:59:23.348Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T03:59:23.349Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env 7519a75e-54d2-4e87-9045-93a299e7ed43 909
2022-08-24T03:59:23.349Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-24T03:59:23.349Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env
2022-08-24T03:59:23.350Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T03:59:23.350Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:23.353Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:23.353Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313563349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T03:59:23.454Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T03:59:23.456Z||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-08-24T03:59:23.456Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:23.472Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:23.473Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:24.354Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d1c62071-2ed9-4e38-b7b4-39041fe55fe3
2022-08-24T03:59:24.355Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VVvPKm 0 2e137609-fbc1-4bd8-bf17-dff9d9466b09 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-08-24T03:59:24.411Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c4753ff, org.onap.sdc.toscaparser.api.parameters.Input@3e10b6ce, org.onap.sdc.toscaparser.api.parameters.Input@65dcce45, org.onap.sdc.toscaparser.api.parameters.Input@3321518e, org.onap.sdc.toscaparser.api.parameters.Input@256f24be]
2022-08-24T03:59:24.430Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.465Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:24.466Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-08-24T03:59:24.466Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b8e0bbe8-def5-4e62-bef8-b2910d12d5a6
2022-08-24T03:59:24.466Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b8e0bbe8-def5-4e62-bef8-b2910d12d5a6 matches Tosca VF Customization UUID: b8e0bbe8-def5-4e62-bef8-b2910d12d5a6
2022-08-24T03:59:24.466Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b8e0bbe8-def5-4e62-bef8-b2910d12d5a6  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-08-24T03:59:24.480Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.481Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:24.484Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b8e0bbe8-def5-4e62-bef8-b2910d12d5a6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-08-24T03:59:24.484Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11f7138b
2022-08-24T03:59:24.485Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.485Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T03:59:24.486Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb4e6c6a-ed54-4c35-bc71-26372ba207ea
2022-08-24T03:59:24.487Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb4e6c6a-ed54-4c35-bc71-26372ba207ea
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-08-24T03:59:24.496Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.497Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:24.497Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T03:59:24.498Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.498Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:24.499Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T03:59:24.499Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.499Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is not matching search criteria
2022-08-24T03:59:24.500Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-24T03:59:24.500Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-24T03:59:24.500Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=016a2950-383b-460c-921b-023c11942541
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-08-24T03:59:24.511Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.512Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:24.512Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T03:59:24.512Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.513Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_VVvPKm 0 is matching search criteria
2022-08-24T03:59:24.513Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_VVvPKm 0] matching following query criteria: sdcType=VF, customizationUUID=b8e0bbe8-def5-4e62-bef8-b2910d12d5a6
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-08-24T03:59:24.516Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.516Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:24.517Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d1c62071-2ed9-4e38-b7b4-39041fe55fe3: basic_onboard_VVvPKm
2022-08-24T03:59:24.517Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.517Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:24.518Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.518Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:24.518Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.518Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:24.519Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.519Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:24.519Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T03:59:24.519Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_VVvPKm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T03:59:24.520Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_VVvPKm 
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-08-24T03:59:24.707Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VVvPKm 2e137609-fbc1-4bd8-bf17-dff9d9466b09 1 ASDC deployResourceStructure
2022-08-24T03:59:24.708Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json ASDC sendASDCNotification
2022-08-24T03:59:24.708Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json
2022-08-24T03:59:24.708Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T03:59:24.709Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:24.711Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:24.712Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313564708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T03:59:24.812Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T03:59:24.813Z||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-08-24T03:59:24.813Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:24.832Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:24.833Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:25.713Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-24T03:59:25.714Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml
2022-08-24T03:59:25.715Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T03:59:25.715Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:25.720Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:25.721Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313565713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T03:59:25.819Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-24T03:59:25.821Z||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-08-24T03:59:25.821Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:25.837Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:25.838Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:26.723Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-24T03:59:26.723Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env
2022-08-24T03:59:26.723Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T03:59:26.724Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:26.726Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:26.726Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313566722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-24T03:59:26.827Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T03:59:26.828Z||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-08-24T03:59:26.828Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:26.846Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:26.847Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T03:59:27.730Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar ASDC sendASDCNotification
2022-08-24T03:59:27.730Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar
2022-08-24T03:59:27.730Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T03:59:27.731Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T03:59:27.732Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T03:59:27.733Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313567730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T03:59:27.834Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T03:59:27.836Z||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-08-24T03:59:27.837Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T03:59:27.865Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T03:59:27.866Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-24T03:59:28.734Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0b7e051-7d2d-46a0-9561-dfad3ca46b89
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-08-24T03:59:28.775Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0b7e051-7d2d-46a0-9561-dfad3ca46b89
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-08-24T03:59:28.793Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T03:59:28.794Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T03:59:28.794Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T03:59:28.794Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T03:59:28.794Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T03:59:28.795Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T03:59:28.795Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T03:59:28.795Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T03:59:28.795Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T03:59:28.795Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-24T03:59:28.803Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T03:59:58.804Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0b7e051-7d2d-46a0-9561-dfad3ca46b89 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-08-24T03:59:58.824Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0b7e051-7d2d-46a0-9561-dfad3ca46b89 and serviceModelVersionId: d1c62071-2ed9-4e38-b7b4-39041fe55fe3
2022-08-24T03:59:58.825Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 036b30d4-d767-4b57-a6c7-63b0562d5326
2022-08-24T04:00:08.349Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:00:08.350Z||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-08-24T04:00:08.351Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:08.521Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:08.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:00:08.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:00:08.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:00:20.281Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?depth=0
2022-08-24T04:00:20.412Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:00:21.152Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?depth=0|INFO|500||Invoke
2022-08-24T04:00:21.161Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0b7e051-7d2d-46a0-9561-dfad3ca46b89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e16f1fb2-15c8-4f18-84b4-e3f01f376c98], X-ECOMP-RequestID=[c0b7e051-7d2d-46a0-9561-dfad3ca46b89], X-TransactionId=[], X-ONAP-RequestID=[c0b7e051-7d2d-46a0-9561-dfad3ca46b89], Content-Type=[application/merge-patch+json]}
2022-08-24T04:00:21.326Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:00:21.511Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?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/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220824-04:00:20:664-93110], vertex-id=[192592], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:00:20 GMT], Content-Type=[application/json]}
2022-08-24T04:00:21.514Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:00:21.515Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/036b30d4-d767-4b57-a6c7-63b0562d5326/model-vers/model-ver/d1c62071-2ed9-4e38-b7b4-39041fe55fe3?depth=0|INFO|500||InvokeReturn
2022-08-24T04:00:21.521Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:00:21.522Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-24T04:00:21.535Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-24T04:00:21.536Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0b7e051-7d2d-46a0-9561-dfad3ca46b89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:00:21.537Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:00:21.538Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:21.540Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:21.540Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313621536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:00:21.640Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:21.642Z||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-08-24T04:00:21.642Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:21.657Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:21.658Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-24T04:00:22.557Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:00:22.559Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|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-08-24T04:00:22.559Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:23.192Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:23.193Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-24T04:00:23.193Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e180a860-c9c5-42ab-9a97-13a28d4a504b","serviceName":"vFW 2022-08-24 03-58-59","serviceVersion":"1.0","serviceUUID":"ad7a6421-bc99-4299-897f-b2eae6051b4a","serviceDescription":"catalog service description","serviceInvariantUUID":"f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2","resources":[{"resourceInstanceName":"vFW a0877bf5-762f 0","resourceName":"vFW a0877bf5-762f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73e03e53-972a-45a5-9531-6bb4a0beab2b","resourceInvariantUUID":"23a1d6fc-a170-4732-817b-e8b3695a645a","resourceCustomizationUUID":"8598694c-3ffc-41f1-90f5-c1634547954f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ2YTVkZGQyM2NjNGFkOWJmYTgyMzY1NjhlMDg0Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9e13c2e-95be-49e2-878d-199cfeb5ad38","artifactVersion":"1"},{"artifactName":"vfwa0877bf5762f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json","artifactChecksum":"NjdlZTNkNGUzMmRhYTI4NDRhNmEwZDI4ODU1NTJlYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"746b2cfd-6fbb-45ff-bab6-11cac8214e99","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"04cdd507-ce27-48cb-982b-745f4bb0e085","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml","artifactChecksum":"M2ExNThkYzc5ZmEzNzQxOTcxN2IzYzQ3ODIxYWFjMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"771bb71e-8e86-4bd1-b4d2-8fbe4973b421","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"55f2f3eb-3024-4ec0-8525-9a4481d08c8a","artifactVersion":"2","generatedFromUUID":"04cdd507-ce27-48cb-982b-745f4bb0e085"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220824035859-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml","artifactChecksum":"NDI2OGZmNDJjZjBjNmZmYWUwMjRhODkyMWVjYmZhZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc681932-54fd-4a15-9677-9dbd6613ff43","artifactVersion":"1"},{"artifactName":"service-Vfw20220824035859-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar","artifactChecksum":"YTU2YTIyMDUzYmNiNWMxZmI5NDJkMjU3ZDcwZWM5NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b76780e-a3de-4fe6-a897-45fcaf85c1cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:00:23.198Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:00:23.198Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:23.201Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:23.201Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:00:23.301Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:00:23.302Z||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-08-24T04:00:23.303Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:23.318Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:23.319Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:24.202Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:00:24.203Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:24.207Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:24.208Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:00:24.307Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:00:24.308Z||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-08-24T04:00:24.308Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:24.329Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:24.330Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:00:25.208Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:00:25.210Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:25.212Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:25.212Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:00:25.312Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:25.313Z||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-08-24T04:00:25.314Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:25.333Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:25.333Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:26.213Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:00:26.215Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:26.218Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:26.218Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:00:26.319Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:26.320Z||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-08-24T04:00:26.320Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:26.364Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:26.365Z||pool-22-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:27.219Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:00:27.223Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:27.226Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:27.231Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-24T04:00:27.327Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-24T04:00:27.330Z||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-08-24T04:00:27.330Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:27.353Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:27.363Z||pool-23-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:28.232Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:00:28.234Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:28.236Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:28.236Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:00:28.337Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:28.338Z||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-08-24T04:00:28.338Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:28.358Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:28.359Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:29.237Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:00:29.238Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:29.241Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:29.241Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:00:29.341Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:29.343Z||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-08-24T04:00:29.343Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:29.362Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:29.363Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:30.242Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "serviceName": "vFW 2022-08-24 03-58-59",
  "serviceVersion": "1.0",
  "serviceUUID": "ad7a6421-bc99-4299-897f-b2eae6051b4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2",
  "resources": [
    {
      "resourceInstanceName": "vFW a0877bf5-762f 0",
      "resourceCustomizationUUID": "8598694c-3ffc-41f1-90f5-c1634547954f",
      "resourceName": "vFW a0877bf5-762f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73e03e53-972a-45a5-9531-6bb4a0beab2b",
      "resourceInvariantUUID": "23a1d6fc-a170-4732-817b-e8b3695a645a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa0877bf5762f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
          "artifactChecksum": "NjdlZTNkNGUzMmRhYTI4NDRhNmEwZDI4ODU1NTJlYzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "746b2cfd-6fbb-45ff-bab6-11cac8214e99",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "04cdd507-ce27-48cb-982b-745f4bb0e085",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "55f2f3eb-3024-4ec0-8525-9a4481d08c8a",
            "generatedFromUUID": "04cdd507-ce27-48cb-982b-745f4bb0e085"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "55f2f3eb-3024-4ec0-8525-9a4481d08c8a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220824035859-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
      "artifactChecksum": "YTU2YTIyMDUzYmNiNWMxZmI5NDJkMjU3ZDcwZWM5NzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9b76780e-a3de-4fe6-a897-45fcaf85c1cf"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:00:30.243Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:00:30.243Z|c0b7e051-7d2d-46a0-9561-dfad3ca46b89|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad7a6421-bc99-4299-897f-b2eae6051b4a ASDC
2022-08-24T04:00:30.244Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e180a860-c9c5-42ab-9a97-13a28d4a504b
ServiceName:vFW 2022-08-24 03-58-59
ServiceVersion:1.0
ServiceUUID:ad7a6421-bc99-4299-897f-b2eae6051b4a
ServiceInvariantUUID:f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220824035859-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar
ArtifactUUID:9b76780e-a3de-4fe6-a897-45fcaf85c1cf
ArtifactChecksum:YTU2YTIyMDUzYmNiNWMxZmI5NDJkMjU3ZDcwZWM5NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a0877bf5-762f 0
ResourceCustomizationUUID:8598694c-3ffc-41f1-90f5-c1634547954f
ResourceInvariantUUID:23a1d6fc-a170-4732-817b-e8b3695a645a
ResourceName:vFW a0877bf5-762f
ResourceType:VF
ResourceUUID:73e03e53-972a-45a5-9531-6bb4a0beab2b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa0877bf5762f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json
ArtifactUUID:746b2cfd-6fbb-45ff-bab6-11cac8214e99
ArtifactChecksum:NjdlZTNkNGUzMmRhYTI4NDRhNmEwZDI4ODU1NTJlYzk=
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/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml
ArtifactUUID:04cdd507-ce27-48cb-982b-745f4bb0e085
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env
ArtifactUUID:55f2f3eb-3024-4ec0-8525-9a4481d08c8a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env
ArtifactUUID:55f2f3eb-3024-4ec0-8525-9a4481d08c8a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-24T04:00:30.244Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad7a6421-bc99-4299-897f-b2eae6051b4a 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-08-24T04:00:30.293Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:00:30.294Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T04:00:30.295Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T04:00:30.295Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9b76780e-a3de-4fe6-a897-45fcaf85c1cf from URL: /sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:30.295Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T04:00:30.296Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:30.382Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T04:00:30.388Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar 9b76780e-a3de-4fe6-a897-45fcaf85c1cf 99029
2022-08-24T04:00:30.389Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar ASDC sendASDCNotification
2022-08-24T04:00:30.389Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:30.390Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:00:30.390Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:30.393Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:30.393Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313630389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:00:30.493Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:30.496Z||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-08-24T04:00:30.496Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:30.517Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:30.518Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:31.394Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:00:31.395Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T04:00:31.396Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9b76780e-a3de-4fe6-a897-45fcaf85c1cf, URL: /sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar to file: /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:31.396Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220824035859-csar.csar
2022-08-24T04:00:31.397Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:31.397Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:31.696Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1444098724282867604/Definitions/service-Vfw20220824035859-template.yml
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
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_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
2022-08-24T04:00:35.231Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:00:35.232Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-24T04:00:35.232Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.233Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-24T04:00:35.233Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||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-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.233Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||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-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.234Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.234Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.234Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.234Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||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-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.235Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.235Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||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-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.235Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.236Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.236Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a0877bf5-762f 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-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.236Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.236Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:35.237Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-24T04:00:35.237Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.238Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:35.238Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:35.239Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-24T04:00:35.239Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:00:35.240Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.240Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:35.240Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:35.241Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-24T04:00:35.241Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:00:35.242Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.242Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:35.243Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.243Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is not matching search criteria
2022-08-24T04:00:35.243Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:00:35.244Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:00:35.244Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.245Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.245Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:00:35.247Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.247Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:00:35.247Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:00:35.247Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:00:35.248Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.248Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.248Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:00:35.249Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.249Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:00:35.249Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.250Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-24T04:00:35.250Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.250Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:00:35.251Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.251Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:35.251Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:00:35.253Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.254Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:35.254Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:00:35.254Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.254Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:35.255Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:00:35.255Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.256Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is not matching search criteria
2022-08-24T04:00:35.256Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:00:35.256Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-24T04:00:35.256Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:00:35.256Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:00:35.257Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:00:35.257Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.257Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.258Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:00:35.258Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.258Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:00:35.259Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.259Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb985059-a1d2-412e-b9fe-4cadeba190fa
2022-08-24T04:00:35.259Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.260Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is not matching search criteria
2022-08-24T04:00:35.260Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:00:35.260Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:00:35.260Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.261Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.261Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:00:35.261Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.261Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:00:35.262Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-24T04:00:35.262Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:00:35.262Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.262Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:00:35.263Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.263Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1f4e5870-fa8b-4c01-963d-7adf6d73a8b5
2022-08-24T04:00:35.263Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.264Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is not matching search criteria
2022-08-24T04:00:35.265Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:00:35.266Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:00:35.266Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.267Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.267Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:00:35.268Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.268Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:00:35.268Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:00:35.269Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:00:35.269Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:35.270Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:35.270Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-24T04:00:35.271Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6311edb5-291d-41ad-bbc4-efdbc4a0cbfe
2022-08-24T04:00:35.271Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.272Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:35.272Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.273Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:35.273Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.273Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:35.274Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:35.274Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:35.275Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-24 03-58-59
Description:catalog service description
Model UUID:ad7a6421-bc99-4299-897f-b2eae6051b4a
Model Version:NULL
Model InvariantUuid:f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a0877bf5-762f
Model UUID:c8adfec5-6be5-4788-b5fd-7beb31bdba4e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:23a1d6fc-a170-4732-817b-e8b3695a645a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8598694c-3ffc-41f1-90f5-c1634547954f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b670d5f1-a721-4d40-ba7b-61a9d7c4793a
ModelName:VfwA0877bf5762f..base_vfw..module-0
ModelUuid:b397e69c-1934-4410-bd0c-ad08d6fe75f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb985059-a1d2-412e-b9fe-4cadeba190fa
ModelInvariantUuid:d76c1265-700f-4d34-b441-ef0573b420b4
ModelName:vFW a0877bf5-762f-nodes.vfwCvfc
ModelUuid:35316236-e2bb-4e43-8e27-f4364f1b6b59
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ac71c6a8-c490-41bd-9ebe-27c13f35cdcf
ModelInvariantUuid:109700a1-fdb7-4db8-a2a6-d41cc64730b2
ModelName:VfwA0877bf5762f.compute.nodes.heat.vfw
ModelUuid:0920aba1-3eaf-44df-8790-f5eb4690d24d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1f4e5870-fa8b-4c01-963d-7adf6d73a8b5
ModelInvariantUuid:0b836b95-2097-451f-87e2-b96c62c5724a
ModelName:vFW a0877bf5-762f-nodes.vsnCvfc
ModelUuid:682f7aed-2717-444a-87a6-9cab67d81d8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0cdde0c0-d2ee-49bc-bd92-54a675e2441a
ModelInvariantUuid:092679f3-649b-43d2-a765-0577038807c3
ModelName:VfwA0877bf5762f.compute.nodes.heat.vsn
ModelUuid:f36fd730-5025-4b60-a849-9403363bfe3c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6311edb5-291d-41ad-bbc4-efdbc4a0cbfe
ModelInvariantUuid:3fbafcdf-a2d0-4ad5-8789-3df46a814c62
ModelName:vFW a0877bf5-762f-nodes.vpgCvfc
ModelUuid:b748324a-08ba-4c13-91ff-fbae47290c3c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1954f4f2-86fa-4877-853e-d312c15b50d9
ModelInvariantUuid:88b7c423-70b5-4a6e-83fe-6caba25c97a8
ModelName:VfwA0877bf5762f.compute.nodes.heat.vpg
ModelUuid:e7031f15-b4ff-433b-a412-c3daddabe5c9
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-08-24T04:00:35.283Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 73e03e53-972a-45a5-9531-6bb4a0beab2b
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-08-24T04:00:35.288Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||vFW a0877bf5-762f 0
2022-08-24T04:00:35.289Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73e03e53-972a-45a5-9531-6bb4a0beab2b
2022-08-24T04:00:35.289Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 746b2cfd-6fbb-45ff-bab6-11cac8214e99 from URL: /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json
2022-08-24T04:00:35.289Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T04:00:35.290Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json
2022-08-24T04:00:35.350Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T04:00:35.352Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json 746b2cfd-6fbb-45ff-bab6-11cac8214e99 785
2022-08-24T04:00:35.352Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json ASDC sendASDCNotification
2022-08-24T04:00:35.353Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json
2022-08-24T04:00:35.353Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:00:35.355Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:35.358Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:35.358Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313635352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:00:35.459Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:35.461Z||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-08-24T04:00:35.461Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:35.480Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:35.481Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:36.359Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA0877bf5762f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b670d5f1-a721-4d40-ba7b-61a9d7c4793a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b397e69c-1934-4410-bd0c-ad08d6fe75f4",
    "vfModuleModelCustomizationUUID": "8c7a92e4-1fb7-43c8-83dc-7978c8da3ee3",
    "isBase": true,
    "artifacts": [
      "04cdd507-ce27-48cb-982b-745f4bb0e085",
      "55f2f3eb-3024-4ec0-8525-9a4481d08c8a"
    ],
    "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-08-24T04:00:36.368Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA0877bf5762f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b397e69c-1934-4410-bd0c-ad08d6fe75f4
VfModuleModelInvariantUUID:b670d5f1-a721-4d40-ba7b-61a9d7c4793a
VfModuleModelDescription:NULL
Artifacts UUID List:{
04cdd507-ce27-48cb-982b-745f4bb0e085
,
55f2f3eb-3024-4ec0-8525-9a4481d08c8a

}
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-08-24T04:00:36.371Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA0877bf5762f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b670d5f1-a721-4d40-ba7b-61a9d7c4793a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b397e69c-1934-4410-bd0c-ad08d6fe75f4",
    "vfModuleModelCustomizationUUID": "8c7a92e4-1fb7-43c8-83dc-7978c8da3ee3",
    "isBase": true,
    "artifacts": [
      "04cdd507-ce27-48cb-982b-745f4bb0e085",
      "55f2f3eb-3024-4ec0-8525-9a4481d08c8a"
    ],
    "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-08-24T04:00:36.372Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA0877bf5762f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b397e69c-1934-4410-bd0c-ad08d6fe75f4
VfModuleModelInvariantUUID:b670d5f1-a721-4d40-ba7b-61a9d7c4793a
VfModuleModelDescription:NULL
Artifacts UUID List:{
04cdd507-ce27-48cb-982b-745f4bb0e085
,
55f2f3eb-3024-4ec0-8525-9a4481d08c8a

}
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-08-24T04:00:36.372Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 04cdd507-ce27-48cb-982b-745f4bb0e085 from URL: /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml
2022-08-24T04:00:36.372Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T04:00:36.373Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml
2022-08-24T04:00:36.459Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T04:00:36.460Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml 04cdd507-ce27-48cb-982b-745f4bb0e085 20368
2022-08-24T04:00:36.460Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-24T04:00:36.461Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml
2022-08-24T04:00:36.461Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:00:36.461Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:36.465Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:36.466Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313636460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:00:36.564Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:00:36.566Z||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-08-24T04:00:36.566Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:36.588Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:36.589Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:37.468Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55f2f3eb-3024-4ec0-8525-9a4481d08c8a from URL: /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env
2022-08-24T04:00:37.468Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T04:00:37.468Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env
2022-08-24T04:00:37.550Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T04:00:37.550Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env 55f2f3eb-3024-4ec0-8525-9a4481d08c8a 2098
2022-08-24T04:00:37.551Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-24T04:00:37.551Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env
2022-08-24T04:00:37.551Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:00:37.552Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:37.557Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:37.559Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313637551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:00:37.658Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:00:37.659Z||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-08-24T04:00:37.660Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:37.678Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:37.679Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:38.559Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ad7a6421-bc99-4299-897f-b2eae6051b4a
2022-08-24T04:00:38.560Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a0877bf5-762f 0 73e03e53-972a-45a5-9531-6bb4a0beab2b 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-08-24T04:00:38.585Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@449b1082, org.onap.sdc.toscaparser.api.parameters.Input@1446f90c, org.onap.sdc.toscaparser.api.parameters.Input@7217d978, org.onap.sdc.toscaparser.api.parameters.Input@7d363aed, org.onap.sdc.toscaparser.api.parameters.Input@61b53ac9]
2022-08-24T04:00:38.587Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.587Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:38.588Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-08-24T04:00:38.588Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8598694c-3ffc-41f1-90f5-c1634547954f
2022-08-24T04:00:38.588Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8598694c-3ffc-41f1-90f5-c1634547954f matches Tosca VF Customization UUID: 8598694c-3ffc-41f1-90f5-c1634547954f
2022-08-24T04:00:38.588Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8598694c-3ffc-41f1-90f5-c1634547954f  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-08-24T04:00:38.591Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.591Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:38.592Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8598694c-3ffc-41f1-90f5-c1634547954f: {\"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-08-24T04:00:38.592Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42a55e26
2022-08-24T04:00:38.592Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.593Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:00:38.593Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c7a92e4-1fb7-43c8-83dc-7978c8da3ee3
2022-08-24T04:00:38.593Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c7a92e4-1fb7-43c8-83dc-7978c8da3ee3
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-08-24T04:00:38.596Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.597Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:38.598Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:00:38.598Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.598Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:38.599Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:00:38.599Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.599Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is not matching search criteria
2022-08-24T04:00:38.599Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:00:38.600Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-24T04:00:38.600Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:00:38.600Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:00:38.600Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:00:38.601Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:38.601Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:38.601Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:00:38.602Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:38.602Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:00:38.602Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:38.602Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=eb985059-a1d2-412e-b9fe-4cadeba190fa
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-08-24T04:00:38.607Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.607Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:38.608Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:00:38.608Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.609Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is not matching search criteria
2022-08-24T04:00:38.609Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:00:38.610Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:00:38.610Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:38.610Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:38.610Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:00:38.611Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:38.611Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:00:38.611Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-24T04:00:38.611Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:00:38.612Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:38.612Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:00:38.612Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:38.613Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1f4e5870-fa8b-4c01-963d-7adf6d73a8b5
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-08-24T04:00:38.616Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.616Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:38.616Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:00:38.620Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.621Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is not matching search criteria
2022-08-24T04:00:38.621Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:00:38.621Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:00:38.622Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:38.622Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:38.623Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:00:38.623Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:00:38.623Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:00:38.623Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:00:38.624Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:00:38.624Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:00:38.624Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:00:38.625Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-24T04:00:38.625Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6311edb5-291d-41ad-bbc4-efdbc4a0cbfe
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-08-24T04:00:38.628Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.628Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:38.629Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:00:38.629Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.629Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Node template vFW a0877bf5-762f 0 is matching search criteria
2022-08-24T04:00:38.629Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a0877bf5-762f 0] matching following query criteria: sdcType=VF, customizationUUID=8598694c-3ffc-41f1-90f5-c1634547954f
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-08-24T04:00:38.632Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.632Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:38.632Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ad7a6421-bc99-4299-897f-b2eae6051b4a: vFW a0877bf5-762f
2022-08-24T04:00:38.633Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.633Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:38.633Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.633Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:38.634Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.634Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:38.634Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.634Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:38.634Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:00:38.635Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 03-58-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:00:38.635Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-08-24 03-58-59 
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-08-24T04:00:38.898Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a0877bf5-762f 73e03e53-972a-45a5-9531-6bb4a0beab2b 1 ASDC deployResourceStructure
2022-08-24T04:00:38.899Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json ASDC sendASDCNotification
2022-08-24T04:00:38.899Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json
2022-08-24T04:00:38.899Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:00:38.900Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:38.902Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:38.902Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313638899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:00:39.003Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:39.004Z||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-08-24T04:00:39.004Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:39.025Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:39.026Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:39.903Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-24T04:00:39.904Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml
2022-08-24T04:00:39.904Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:00:39.904Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:39.907Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:39.907Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313639903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:00:40.008Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:00:40.010Z||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-08-24T04:00:40.011Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:40.047Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:40.048Z||pool-31-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:40.908Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-24T04:00:40.909Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env
2022-08-24T04:00:40.909Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:00:40.909Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:40.911Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:40.911Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313640908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:00:41.012Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:00:41.014Z||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-08-24T04:00:41.014Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:41.034Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:41.035Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:41.912Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar ASDC sendASDCNotification
2022-08-24T04:00:41.913Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar
2022-08-24T04:00:41.913Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:00:41.913Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:00:41.916Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:00:41.916Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313641912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:00:42.015Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:00:42.017Z||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-08-24T04:00:42.017Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:00:42.034Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:00:42.035Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:00:42.917Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:00:42.935Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:00:42.940Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:00:42.940Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:00:42.940Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:01:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:01:08.350Z||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-08-24T04:01:08.351Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:01:08.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:01:08.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313552163,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313554177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:01:08.397Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313548333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "clamp",
  "timestamp": 1661313555185,
  "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-08-24T04:01:08.407Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c0b7e051-7d2d-46a0-9561-dfad3ca46b89
2022-08-24T04:01:08.407Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0b7e051-7d2d-46a0-9561-dfad3ca46b89 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-08-24T04:01:08.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313556581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.419Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313561208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.420Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313562288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.420Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313563349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313564708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/basic_onboard_vvvpkm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:01:08.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313565713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:01:08.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313566722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/resourceInstances/basic_onboard_vvvpkm0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:01:08.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313567730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVvvpkm/1.0/artifacts/service-BasicOnboardVvvpkm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:01:08.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313583921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313583921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313583921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313583921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313589142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313583921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313589142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313589803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313583921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313589142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313589803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313583921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313578356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313589142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313589803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313593400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313593365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313589142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313589803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313592997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313593400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313594374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:01:08.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313589142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313589803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313592997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313593400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313589142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "policy-id",
  "timestamp": 1661313595379,
  "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-08-24T04:01:08.449Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e180a860-c9c5-42ab-9a97-13a28d4a504b
2022-08-24T04:01:08.449Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e180a860-c9c5-42ab-9a97-13a28d4a504b 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-08-24T04:01:08.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313589803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313592997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313593400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313596933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313589803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313592997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313593400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313598009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313597776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313592997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313593400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313599107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "cds",
  "timestamp": 1661313598788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-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-08-24T04:01:08.480Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e180a860-c9c5-42ab-9a97-13a28d4a504b
2022-08-24T04:01:08.480Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e180a860-c9c5-42ab-9a97-13a28d4a504b 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-08-24T04:01:08.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313592997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313593400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313600136,
  "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-08-24T04:01:08.500Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e180a860-c9c5-42ab-9a97-13a28d4a504b
2022-08-24T04:01:08.500Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e180a860-c9c5-42ab-9a97-13a28d4a504b 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-08-24T04:01:08.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313592997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:01:08.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313601140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:01:08.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313600801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:01:08.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313600642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313600642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313600642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313604115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:01:08.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:01:08.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313600642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313605119,
  "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-08-24T04:01:08.531Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e180a860-c9c5-42ab-9a97-13a28d4a504b
2022-08-24T04:01:08.532Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e180a860-c9c5-42ab-9a97-13a28d4a504b 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-08-24T04:01:08.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313600642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:08.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:01:08.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313600642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:01:08.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:01:12.941Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:01:12.959Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:01:12.963Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:01:12.963Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:01:12.963Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:01:42.964Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:01:42.978Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:01:42.983Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:01:42.984Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:01:42.984Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:02:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:02:08.349Z||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-08-24T04:02:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:02:08.730Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:02:08.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:02:08.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313600642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:02:08.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:02:12.984Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:02:13.002Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:02:13.008Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:02:13.008Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:02:13.008Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:02:43.009Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:02:43.028Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:02:43.035Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:02:43.036Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:02:43.036Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:03:08.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:03:08.349Z||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-08-24T04:03:08.350Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:08.388Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:08.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313608456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:03:08.392Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313612162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:03:08.392Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313615164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:03:08.393Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "clamp",
  "timestamp": 1661313616171,
  "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-08-24T04:03:08.401Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e180a860-c9c5-42ab-9a97-13a28d4a504b
2022-08-24T04:03:08.402Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e180a860-c9c5-42ab-9a97-13a28d4a504b 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-08-24T04:03:08.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313619126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:03:08.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "aai-ml",
  "timestamp": 1661313620132,
  "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-08-24T04:03:08.418Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e180a860-c9c5-42ab-9a97-13a28d4a504b
2022-08-24T04:03:08.419Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e180a860-c9c5-42ab-9a97-13a28d4a504b 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-08-24T04:03:08.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0b7e051-7d2d-46a0-9561-dfad3ca46b89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313621536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:03:08.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:03:08.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:03:08.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:03:08.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:03:08.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:03:08.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:03:08.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:03:08.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:03:08.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-24T04:03:08.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:03:08.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:03:08.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:03:08.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313622557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:03:08.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:03:08.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313630389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:03:08.435Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313635352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:03:08.435Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313636460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:03:08.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313637551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:03:08.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313638899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/vfwa0877bf5762f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:03:08.437Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313639903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:03:08.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313640908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/resourceInstances/vfwa0877bf5762f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:03:08.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:08.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:03:08.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313641912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824035859/1.0/artifacts/service-Vfw20220824035859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:03:08.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:03:13.037Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:03:13.052Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b
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-08-24T04:03:13.058Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:03:13.058Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:03:13.058Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:03:13.059Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:03:13.059Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:03:13.059Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:03:13.059Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:03:13.059Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:03:13.059Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:03:13.060Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:03:13.060Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-24T04:03:13.066Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:03:43.067Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e180a860-c9c5-42ab-9a97-13a28d4a504b 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-08-24T04:03:43.079Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e180a860-c9c5-42ab-9a97-13a28d4a504b and serviceModelVersionId: ad7a6421-bc99-4299-897f-b2eae6051b4a
2022-08-24T04:03:43.079Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2
2022-08-24T04:03:43.081Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2/model-vers/model-ver/ad7a6421-bc99-4299-897f-b2eae6051b4a?depth=0
2022-08-24T04:03:43.089Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:03:43.160Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2/model-vers/model-ver/ad7a6421-bc99-4299-897f-b2eae6051b4a?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-08-24T04:03:43.162Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2/model-vers/model-ver/ad7a6421-bc99-4299-897f-b2eae6051b4a?depth=0|INFO|500||Invoke
2022-08-24T04:03:43.197Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2/model-vers/model-ver/ad7a6421-bc99-4299-897f-b2eae6051b4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:03:43.294Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2/model-vers/model-ver/ad7a6421-bc99-4299-897f-b2eae6051b4a?depth=0|INFO|500||InvokeReturn
2022-08-24T04:03:43.294Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f11b8e1b-39d7-4b68-897c-2bd23bd4c3e2/model-vers/model-ver/ad7a6421-bc99-4299-897f-b2eae6051b4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220824-04:03:42:524-37094], vertex-id=[188520], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:03:42 GMT], Content-Type=[application/json]}
2022-08-24T04:03:43.294Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:03:43.295Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:03:43.295Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-24T04:03:43.300Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-24T04:03:43.300Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e180a860-c9c5-42ab-9a97-13a28d4a504b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:03:43.301Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:03:43.301Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:43.304Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:43.305Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313823301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:03:43.404Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:03:43.406Z||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-08-24T04:03:43.406Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:43.429Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:43.430Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-24T04:03:44.330Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:03:44.331Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|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-08-24T04:03:44.331Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:48.804Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:48.806Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-24T04:03:48.806Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"65b5e6f0-0445-483b-983a-16338b0f1998","serviceName":"vFW 2022-08-24 04-01-12","serviceVersion":"1.0","serviceUUID":"aeeec86c-cfb0-4f87-bddf-0e534b5e801e","serviceDescription":"catalog service description","serviceInvariantUUID":"b4b8d288-64ad-4142-a560-10903fcd1fb5","resources":[{"resourceInstanceName":"vFW 004c4ffb-f592 0","resourceName":"vFW 004c4ffb-f592","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a03f4efc-9272-4a30-bbb0-9f42e8924195","resourceInvariantUUID":"d38aad5f-b5f0-4fa4-89ea-01af6e324943","resourceCustomizationUUID":"44a4e133-ac7d-4011-943f-8804fc26fad9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml","artifactChecksum":"ZTNiOThjMDdhYTcxODRiOGM3MTNmOTY3YzZhOTY0ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"396d11f3-42f9-4326-9635-6fd107f7927b","artifactVersion":"1"},{"artifactName":"vfw004c4ffbf5920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json","artifactChecksum":"Y2I1MjU2NDQ1ZTY1ZTI4YWNiNmQzMmExZjcwNzVkMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6c1503d-22a4-4486-85ec-5f6f81d0faab","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0bbb263-d415-44d8-badd-9e672934a881","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml","artifactChecksum":"MzlkZDBhYTAwZDRiNzQ1NDdjNTcwYjliY2VkZjZhNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d398f77c-e254-4111-9da6-e2e1acf1af3f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd","artifactVersion":"2","generatedFromUUID":"f0bbb263-d415-44d8-badd-9e672934a881"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220824040112-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml","artifactChecksum":"MDQzMzE3YWRjMmE4ZDY5ZjFlYWMxYjM3NTY5M2MwY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b16b75a-3dd8-4e60-9a57-9646c0a7ed6a","artifactVersion":"1"},{"artifactName":"service-Vfw20220824040112-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar","artifactChecksum":"NjA4ZmFjYjA1MjIxYzM5ZmViZjNlOGI4YzA2YTM2ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30b503d6-d9c1-4071-b83c-7664588d90bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:03:48.814Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:03:48.814Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:48.817Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:48.818Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:03:48.918Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:03:48.919Z||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-08-24T04:03:48.919Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:48.947Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:48.949Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:03:49.820Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:03:49.821Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:49.823Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:49.824Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:03:49.924Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:03:49.925Z||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-08-24T04:03:49.925Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:49.945Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:49.947Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:03:50.824Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:03:50.825Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:50.827Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:50.828Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:03:50.928Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:03:50.929Z||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-08-24T04:03:50.929Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:50.958Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:50.959Z||pool-37-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:03:51.828Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:03:51.829Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:51.831Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:51.832Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:03:51.932Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:03:51.933Z||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-08-24T04:03:51.933Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:51.954Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:51.955Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:03:52.832Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:03:52.834Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:52.838Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:52.838Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-24T04:03:52.938Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:03:52.939Z||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-08-24T04:03:52.940Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:52.962Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:52.963Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:03:53.839Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:03:53.840Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:53.844Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:53.845Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:03:53.943Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-24T04:03:53.945Z||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-08-24T04:03:53.945Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:53.992Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:53.994Z||pool-40-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:03:54.847Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:03:54.848Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:54.852Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:54.852Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:03:54.952Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:03:54.953Z||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-08-24T04:03:54.953Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:54.980Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:54.981Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:03:55.855Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "serviceName": "vFW 2022-08-24 04-01-12",
  "serviceVersion": "1.0",
  "serviceUUID": "aeeec86c-cfb0-4f87-bddf-0e534b5e801e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b4b8d288-64ad-4142-a560-10903fcd1fb5",
  "resources": [
    {
      "resourceInstanceName": "vFW 004c4ffb-f592 0",
      "resourceCustomizationUUID": "44a4e133-ac7d-4011-943f-8804fc26fad9",
      "resourceName": "vFW 004c4ffb-f592",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a03f4efc-9272-4a30-bbb0-9f42e8924195",
      "resourceInvariantUUID": "d38aad5f-b5f0-4fa4-89ea-01af6e324943",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw004c4ffbf5920_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
          "artifactChecksum": "Y2I1MjU2NDQ1ZTY1ZTI4YWNiNmQzMmExZjcwNzVkMmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b6c1503d-22a4-4486-85ec-5f6f81d0faab",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f0bbb263-d415-44d8-badd-9e672934a881",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd",
            "generatedFromUUID": "f0bbb263-d415-44d8-badd-9e672934a881"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220824040112-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
      "artifactChecksum": "NjA4ZmFjYjA1MjIxYzM5ZmViZjNlOGI4YzA2YTM2ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "30b503d6-d9c1-4071-b83c-7664588d90bc"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:03:55.855Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:03:55.856Z|e180a860-c9c5-42ab-9a97-13a28d4a504b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aeeec86c-cfb0-4f87-bddf-0e534b5e801e ASDC
2022-08-24T04:03:55.857Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:65b5e6f0-0445-483b-983a-16338b0f1998
ServiceName:vFW 2022-08-24 04-01-12
ServiceVersion:1.0
ServiceUUID:aeeec86c-cfb0-4f87-bddf-0e534b5e801e
ServiceInvariantUUID:b4b8d288-64ad-4142-a560-10903fcd1fb5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220824040112-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar
ArtifactUUID:30b503d6-d9c1-4071-b83c-7664588d90bc
ArtifactChecksum:NjA4ZmFjYjA1MjIxYzM5ZmViZjNlOGI4YzA2YTM2ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 004c4ffb-f592 0
ResourceCustomizationUUID:44a4e133-ac7d-4011-943f-8804fc26fad9
ResourceInvariantUUID:d38aad5f-b5f0-4fa4-89ea-01af6e324943
ResourceName:vFW 004c4ffb-f592
ResourceType:VF
ResourceUUID:a03f4efc-9272-4a30-bbb0-9f42e8924195
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw004c4ffbf5920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json
ArtifactUUID:b6c1503d-22a4-4486-85ec-5f6f81d0faab
ArtifactChecksum:Y2I1MjU2NDQ1ZTY1ZTI4YWNiNmQzMmExZjcwNzVkMmU=
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/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml
ArtifactUUID:f0bbb263-d415-44d8-badd-9e672934a881
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env
ArtifactUUID:3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env
ArtifactUUID:3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-24T04:03:55.857Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aeeec86c-cfb0-4f87-bddf-0e534b5e801e 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-08-24T04:03:55.931Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:03:55.932Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T04:03:55.932Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T04:03:55.933Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30b503d6-d9c1-4071-b83c-7664588d90bc from URL: /sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar
2022-08-24T04:03:55.933Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T04:03:55.933Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar
2022-08-24T04:03:56.027Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T04:03:56.032Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar 30b503d6-d9c1-4071-b83c-7664588d90bc 99026
2022-08-24T04:03:56.033Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar ASDC sendASDCNotification
2022-08-24T04:03:56.033Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar
2022-08-24T04:03:56.034Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:03:56.034Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:03:56.036Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:03:56.036Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313836033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:03:56.137Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:03:56.138Z||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-08-24T04:03:56.138Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:03:56.165Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:03:56.166Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:03:57.037Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:03:57.038Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-24T04:03:57.039Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 30b503d6-d9c1-4071-b83c-7664588d90bc, URL: /sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar to file: /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:03:57.039Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220824040112-csar.csar
2022-08-24T04:03:57.040Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:03:57.040Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:03:57.399Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6954118845948068095/Definitions/service-Vfw20220824040112-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-08-24T04:04:00.648Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:04:00.649Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-24T04:04:00.649Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.649Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-24T04:04:00.649Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||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-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.650Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||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-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.650Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.650Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.650Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.650Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||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-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.650Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.651Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||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-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.651Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.651Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.651Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 004c4ffb-f592 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-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.651Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.651Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:00.652Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-24T04:04:00.652Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.652Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:00.653Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:00.653Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-24T04:04:00.653Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:04:00.654Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.654Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:00.654Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:00.655Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-24T04:04:00.655Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:04:00.655Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.655Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:00.656Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.656Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is not matching search criteria
2022-08-24T04:04:00.656Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:04:00.656Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:04:00.657Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.657Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.657Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:04:00.657Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.657Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:04:00.658Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:04:00.658Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:04:00.658Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.658Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.659Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:04:00.659Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.659Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:04:00.659Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.659Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-24T04:04:00.660Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.660Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:04:00.660Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.661Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:00.661Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:04:00.661Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.662Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:00.662Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:04:00.662Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.662Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:00.663Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:04:00.663Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.663Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is not matching search criteria
2022-08-24T04:04:00.663Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:04:00.663Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-24T04:04:00.664Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:04:00.664Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:04:00.664Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:04:00.664Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.664Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.665Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:04:00.665Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.665Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:04:00.665Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.665Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2e7dd3b5-36ce-4316-8748-8497b3134e98
2022-08-24T04:04:00.666Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.666Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is not matching search criteria
2022-08-24T04:04:00.666Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:04:00.666Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:04:00.667Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.667Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.667Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:04:00.667Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.667Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:04:00.668Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-24T04:04:00.668Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:04:00.668Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.668Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:04:00.668Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.669Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1b6d99a5-0441-4c34-842a-2cbcffc4ff46
2022-08-24T04:04:00.669Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.669Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is not matching search criteria
2022-08-24T04:04:00.669Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:04:00.670Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:04:00.670Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.670Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.670Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:04:00.670Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.671Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:04:00.671Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:04:00.671Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:04:00.671Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:00.672Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:00.672Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-24T04:04:00.672Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=376d7b48-c872-4a84-9661-309f4f40ef5a
2022-08-24T04:04:00.672Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.672Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:00.673Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.673Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:00.673Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.673Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:00.673Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:00.674Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:00.674Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-24 04-01-12
Description:catalog service description
Model UUID:aeeec86c-cfb0-4f87-bddf-0e534b5e801e
Model Version:NULL
Model InvariantUuid:b4b8d288-64ad-4142-a560-10903fcd1fb5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 004c4ffb-f592
Model UUID:7d8ba218-a143-4598-9b7d-b8edf8a4107f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d38aad5f-b5f0-4fa4-89ea-01af6e324943
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:44a4e133-ac7d-4011-943f-8804fc26fad9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9f6d431f-e0ab-46f2-ad8c-0ec60ab4ac71
ModelName:Vfw004c4ffbF592..base_vfw..module-0
ModelUuid:87f5ff13-5e4b-4a4f-a060-0fc9c280166d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2e7dd3b5-36ce-4316-8748-8497b3134e98
ModelInvariantUuid:e516cd3c-25af-4deb-a3f2-2ccc1f6ce506
ModelName:vFW 004c4ffb-f592-nodes.vfwCvfc
ModelUuid:69f0fb61-17fe-448a-941b-df35db5831eb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3fe3a4e2-6107-4e2f-b3f5-0c28aaa35ab9
ModelInvariantUuid:6375708e-0bb5-4510-a8cc-f605f780dd3d
ModelName:Vfw004c4ffbF592.compute.nodes.heat.vfw
ModelUuid:c5d68638-debf-4db2-a2f5-7566edb50ff0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1b6d99a5-0441-4c34-842a-2cbcffc4ff46
ModelInvariantUuid:e2b3e82e-5d5f-40e0-ab20-ad2d3c98e8ba
ModelName:vFW 004c4ffb-f592-nodes.vsnCvfc
ModelUuid:e57d21b3-8048-442d-9a27-109408b0d34d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1049ff99-4228-4c70-a89c-1ecf13bd8ac4
ModelInvariantUuid:deec4faf-58b9-4711-a405-bcba143e3aae
ModelName:Vfw004c4ffbF592.compute.nodes.heat.vsn
ModelUuid:00babd31-461e-46d3-8939-99e939b6edfa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:376d7b48-c872-4a84-9661-309f4f40ef5a
ModelInvariantUuid:950987ea-6b76-4415-88ff-c2e983a7743d
ModelName:vFW 004c4ffb-f592-nodes.vpgCvfc
ModelUuid:a7d33b30-e719-4cb0-8f62-684642c345b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a1902153-6cc8-4c22-8c35-5e526d7c35e2
ModelInvariantUuid:a3311a85-e762-49ba-b3e5-cbe74e39ec99
ModelName:Vfw004c4ffbF592.compute.nodes.heat.vpg
ModelUuid:2bc1f0e3-ebe8-4723-9025-d5154b5bff85
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-08-24T04:04:00.688Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a03f4efc-9272-4a30-bbb0-9f42e8924195
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-08-24T04:04:00.696Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||vFW 004c4ffb-f592 0
2022-08-24T04:04:00.696Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a03f4efc-9272-4a30-bbb0-9f42e8924195
2022-08-24T04:04:00.697Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b6c1503d-22a4-4486-85ec-5f6f81d0faab from URL: /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json
2022-08-24T04:04:00.697Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T04:04:00.697Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json
2022-08-24T04:04:00.800Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T04:04:00.804Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json b6c1503d-22a4-4486-85ec-5f6f81d0faab 785
2022-08-24T04:04:00.804Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json ASDC sendASDCNotification
2022-08-24T04:04:00.804Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json
2022-08-24T04:04:00.804Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:04:00.805Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:04:00.809Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:04:00.809Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313840804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:00.909Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:04:00.910Z||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-08-24T04:04:00.910Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:04:00.973Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:04:00.977Z||pool-43-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:04:01.810Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw004c4ffbF592..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9f6d431f-e0ab-46f2-ad8c-0ec60ab4ac71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87f5ff13-5e4b-4a4f-a060-0fc9c280166d",
    "vfModuleModelCustomizationUUID": "2d30d35e-9ceb-487a-8fe9-25fcd407f21d",
    "isBase": true,
    "artifacts": [
      "f0bbb263-d415-44d8-badd-9e672934a881",
      "3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd"
    ],
    "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-08-24T04:04:01.821Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw004c4ffbF592..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87f5ff13-5e4b-4a4f-a060-0fc9c280166d
VfModuleModelInvariantUUID:9f6d431f-e0ab-46f2-ad8c-0ec60ab4ac71
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0bbb263-d415-44d8-badd-9e672934a881
,
3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd

}
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-08-24T04:04:01.826Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw004c4ffbF592..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9f6d431f-e0ab-46f2-ad8c-0ec60ab4ac71",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87f5ff13-5e4b-4a4f-a060-0fc9c280166d",
    "vfModuleModelCustomizationUUID": "2d30d35e-9ceb-487a-8fe9-25fcd407f21d",
    "isBase": true,
    "artifacts": [
      "f0bbb263-d415-44d8-badd-9e672934a881",
      "3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd"
    ],
    "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-08-24T04:04:01.826Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw004c4ffbF592..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87f5ff13-5e4b-4a4f-a060-0fc9c280166d
VfModuleModelInvariantUUID:9f6d431f-e0ab-46f2-ad8c-0ec60ab4ac71
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0bbb263-d415-44d8-badd-9e672934a881
,
3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd

}
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-08-24T04:04:01.826Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f0bbb263-d415-44d8-badd-9e672934a881 from URL: /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml
2022-08-24T04:04:01.827Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T04:04:01.827Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml
2022-08-24T04:04:01.909Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T04:04:01.910Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml f0bbb263-d415-44d8-badd-9e672934a881 20368
2022-08-24T04:04:01.911Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-24T04:04:01.911Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml
2022-08-24T04:04:01.911Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:04:01.912Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:04:01.915Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:04:01.915Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313841911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:02.018Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-24T04:04:02.019Z||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-08-24T04:04:02.020Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:04:02.041Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:04:02.043Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:04:02.916Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd from URL: /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env
2022-08-24T04:04:02.916Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-24T04:04:02.916Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env
2022-08-24T04:04:03.081Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-24T04:04:03.082Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env 3dfa81d8-8bd6-4e19-bff3-28fe49a7c0bd 2098
2022-08-24T04:04:03.082Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-24T04:04:03.082Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env
2022-08-24T04:04:03.082Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:04:03.083Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:04:03.086Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:04:03.087Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313843082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:03.195Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-24T04:04:03.196Z||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-08-24T04:04:03.196Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:04:03.218Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:04:03.219Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:04:04.087Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: aeeec86c-cfb0-4f87-bddf-0e534b5e801e
2022-08-24T04:04:04.088Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 004c4ffb-f592 0 a03f4efc-9272-4a30-bbb0-9f42e8924195 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-08-24T04:04:04.129Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ead706f, org.onap.sdc.toscaparser.api.parameters.Input@3ed7a926, org.onap.sdc.toscaparser.api.parameters.Input@490f61e7, org.onap.sdc.toscaparser.api.parameters.Input@2ce752d1, org.onap.sdc.toscaparser.api.parameters.Input@593c712a]
2022-08-24T04:04:04.134Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.134Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:04.134Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-08-24T04:04:04.135Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 44a4e133-ac7d-4011-943f-8804fc26fad9
2022-08-24T04:04:04.135Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 44a4e133-ac7d-4011-943f-8804fc26fad9 matches Tosca VF Customization UUID: 44a4e133-ac7d-4011-943f-8804fc26fad9
2022-08-24T04:04:04.135Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 44a4e133-ac7d-4011-943f-8804fc26fad9  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-08-24T04:04:04.155Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.156Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:04.157Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 44a4e133-ac7d-4011-943f-8804fc26fad9: {\"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-08-24T04:04:04.158Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e749941
2022-08-24T04:04:04.158Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.158Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:04:04.159Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d30d35e-9ceb-487a-8fe9-25fcd407f21d
2022-08-24T04:04:04.159Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d30d35e-9ceb-487a-8fe9-25fcd407f21d
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-08-24T04:04:04.176Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.177Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:04.177Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:04:04.177Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.178Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:04.178Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:04:04.178Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.178Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is not matching search criteria
2022-08-24T04:04:04.179Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:04:04.179Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-24T04:04:04.179Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:04:04.179Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:04:04.179Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:04:04.180Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:04.180Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:04.181Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:04:04.181Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:04.181Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:04:04.181Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:04.181Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2e7dd3b5-36ce-4316-8748-8497b3134e98
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-08-24T04:04:04.189Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.189Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:04.189Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:04:04.190Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.190Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is not matching search criteria
2022-08-24T04:04:04.210Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:04:04.210Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:04:04.211Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:04.211Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:04.211Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:04:04.211Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:04.212Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:04:04.212Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-24T04:04:04.212Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-24T04:04:04.212Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:04.212Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-24T04:04:04.213Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:04.213Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1b6d99a5-0441-4c34-842a-2cbcffc4ff46
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-08-24T04:04:04.220Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.220Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:04.220Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:04:04.221Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.221Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is not matching search criteria
2022-08-24T04:04:04.221Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-24T04:04:04.221Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-24T04:04:04.221Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:04.222Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:04.222Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-24T04:04:04.222Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-24T04:04:04.222Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-24T04:04:04.222Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-24T04:04:04.223Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-24T04:04:04.223Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-24T04:04:04.223Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-24T04:04:04.223Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-24T04:04:04.223Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=376d7b48-c872-4a84-9661-309f4f40ef5a
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-08-24T04:04:04.228Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.229Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:04.229Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:04:04.230Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.230Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Node template vFW 004c4ffb-f592 0 is matching search criteria
2022-08-24T04:04:04.230Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 004c4ffb-f592 0] matching following query criteria: sdcType=VF, customizationUUID=44a4e133-ac7d-4011-943f-8804fc26fad9
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-08-24T04:04:04.236Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.236Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:04.237Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid aeeec86c-cfb0-4f87-bddf-0e534b5e801e: vFW 004c4ffb-f592
2022-08-24T04:04:04.237Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.237Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:04.237Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.238Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:04.238Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.238Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:04.239Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.239Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:04.239Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:04:04.240Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-08-24 04-01-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:04:04.240Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-08-24 04-01-12 
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-08-24T04:04:04.677Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 004c4ffb-f592 a03f4efc-9272-4a30-bbb0-9f42e8924195 1 ASDC deployResourceStructure
2022-08-24T04:04:04.678Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json ASDC sendASDCNotification
2022-08-24T04:04:04.678Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json
2022-08-24T04:04:04.679Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:04:04.679Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:04:04.682Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:04:04.682Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313844678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:04:04.782Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:04:04.783Z||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-08-24T04:04:04.783Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:04:04.810Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:04:04.811Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:04:05.684Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-24T04:04:05.685Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml
2022-08-24T04:04:05.685Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:04:05.686Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:04:05.689Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:04:05.690Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313845683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:04:05.789Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:04:05.790Z||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-08-24T04:04:05.791Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:04:05.806Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:04:05.807Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:04:06.692Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-24T04:04:06.692Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env
2022-08-24T04:04:06.692Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:04:06.693Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:04:06.696Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:04:06.696Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313846691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:04:06.796Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:04:06.798Z||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-08-24T04:04:06.798Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:04:06.821Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:04:06.822Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:04:07.697Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar ASDC sendASDCNotification
2022-08-24T04:04:07.698Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar
2022-08-24T04:04:07.698Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:04:07.698Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:04:07.702Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:04:07.702Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313847697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:04:07.803Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:04:07.804Z||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-08-24T04:04:07.804Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:04:08.189Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:04:08.190Z||pool-49-thread-1|||||INFO|500||cambria reply ok (387 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:04:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:04:08.348Z||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-08-24T04:04:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:04:08.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:04:08.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313712996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313713399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313709142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313709804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313709142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313712996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313713399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313709804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313718356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313709142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313713399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313712996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313709804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313718356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313713399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313712996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313709142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313709804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313718356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313709142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313713399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313712996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313709804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313720642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313718356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313709142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313712996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313713399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313709804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313720642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313718356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313709142,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313712996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313713399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313709804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313720642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313718356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313723921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313724566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313724011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313724256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:08.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313720642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313718356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313723921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313725668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:08.420Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:04:08.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "cds",
  "timestamp": 1661313725263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-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-08-24T04:04:08.427Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65b5e6f0-0445-483b-983a-16338b0f1998
2022-08-24T04:04:08.427Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65b5e6f0-0445-483b-983a-16338b0f1998 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-08-24T04:04:08.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313720642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313726145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:08.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:04:08.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313723921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313720642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313726765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:04:08.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:04:08.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313723921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:04:08.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313727853,
  "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-08-24T04:04:08.454Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65b5e6f0-0445-483b-983a-16338b0f1998
2022-08-24T04:04:08.455Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65b5e6f0-0445-483b-983a-16338b0f1998 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-08-24T04:04:08.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:04:08.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313720642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:04:08.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:04:08.703Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65b5e6f0-0445-483b-983a-16338b0f1998
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-08-24T04:04:08.719Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65b5e6f0-0445-483b-983a-16338b0f1998
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-08-24T04:04:08.724Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:04:08.725Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:04:08.725Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:04:38.726Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65b5e6f0-0445-483b-983a-16338b0f1998
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-08-24T04:04:38.743Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65b5e6f0-0445-483b-983a-16338b0f1998
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-08-24T04:04:38.747Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:04:38.748Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:04:38.748Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:05:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:05:08.348Z||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-08-24T04:05:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:05:08.612Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:05:08.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313727150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:05:08.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:05:08.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313727587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:05:08.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:05:08.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313723921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:05:08.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:05:08.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "policy-id",
  "timestamp": 1661313728167,
  "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-08-24T04:05:08.624Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65b5e6f0-0445-483b-983a-16338b0f1998
2022-08-24T04:05:08.624Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65b5e6f0-0445-483b-983a-16338b0f1998 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-08-24T04:05:08.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313728473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:05:08.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:05:08.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661313728858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:05:08.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:05:08.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661313728591,
  "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-08-24T04:05:08.644Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65b5e6f0-0445-483b-983a-16338b0f1998
2022-08-24T04:05:08.644Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65b5e6f0-0445-483b-983a-16338b0f1998 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-08-24T04:05:08.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313723921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:05:08.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:05:08.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661313723921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:05:08.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:05:08.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313738185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:05:08.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:05:08.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313738423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:05:08.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:05:08.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313740207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:05:08.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:05:08.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "aai-ml",
  "timestamp": 1661313739428,
  "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-08-24T04:05:08.670Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 65b5e6f0-0445-483b-983a-16338b0f1998
2022-08-24T04:05:08.671Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65b5e6f0-0445-483b-983a-16338b0f1998 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-08-24T04:05:08.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:05:08.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "clamp",
  "timestamp": 1661313741221,
  "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-08-24T04:05:08.685Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 65b5e6f0-0445-483b-983a-16338b0f1998
2022-08-24T04:05:08.691Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65b5e6f0-0445-483b-983a-16338b0f1998 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-08-24T04:05:08.748Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65b5e6f0-0445-483b-983a-16338b0f1998
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-08-24T04:05:08.758Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65b5e6f0-0445-483b-983a-16338b0f1998
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-08-24T04:05:08.761Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:05:08.761Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:05:08.762Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:05:08.762Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:05:08.762Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:05:08.762Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:05:08.762Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:05:08.763Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:05:08.763Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:05:08.763Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:05:08.763Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-24T04:05:08.773Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:05:38.773Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65b5e6f0-0445-483b-983a-16338b0f1998 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-08-24T04:05:38.781Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65b5e6f0-0445-483b-983a-16338b0f1998 and serviceModelVersionId: aeeec86c-cfb0-4f87-bddf-0e534b5e801e
2022-08-24T04:05:38.782Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4b8d288-64ad-4142-a560-10903fcd1fb5
2022-08-24T04:05:38.783Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4b8d288-64ad-4142-a560-10903fcd1fb5/model-vers/model-ver/aeeec86c-cfb0-4f87-bddf-0e534b5e801e?depth=0
2022-08-24T04:05:38.791Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:05:38.883Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4b8d288-64ad-4142-a560-10903fcd1fb5/model-vers/model-ver/aeeec86c-cfb0-4f87-bddf-0e534b5e801e?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-08-24T04:05:38.885Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4b8d288-64ad-4142-a560-10903fcd1fb5/model-vers/model-ver/aeeec86c-cfb0-4f87-bddf-0e534b5e801e?depth=0|INFO|500||Invoke
2022-08-24T04:05:38.944Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4b8d288-64ad-4142-a560-10903fcd1fb5/model-vers/model-ver/aeeec86c-cfb0-4f87-bddf-0e534b5e801e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:05:39.045Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4b8d288-64ad-4142-a560-10903fcd1fb5/model-vers/model-ver/aeeec86c-cfb0-4f87-bddf-0e534b5e801e?depth=0|INFO|500||InvokeReturn
2022-08-24T04:05:39.046Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4b8d288-64ad-4142-a560-10903fcd1fb5/model-vers/model-ver/aeeec86c-cfb0-4f87-bddf-0e534b5e801e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220824-04:05:38:265-42654], vertex-id=[180408], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:05:38 GMT], Content-Type=[application/json]}
2022-08-24T04:05:39.046Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:05:39.046Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:05:39.046Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-24T04:05:39.056Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-24T04:05:39.056Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65b5e6f0-0445-483b-983a-16338b0f1998 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:05:39.056Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:05:39.057Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:05:39.059Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:05:39.059Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313939056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:05:39.159Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:05:39.161Z||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-08-24T04:05:39.161Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:05:39.205Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:05:39.206Z||pool-50-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-24T04:05:40.080Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:05:40.081Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:05:40.082Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:05:49.651Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:05:49.652Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:05:49.653Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:05:49.653Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:05:59.214Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:05:59.215Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:05:59.216Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:05:59.216Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:06:08.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:06:08.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:06:08.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:06:08.392Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:06:08.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e180a860-c9c5-42ab-9a97-13a28d4a504b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313823301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:06:08.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:06:08.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:06:08.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:06:08.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:06:08.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:06:08.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:06:08.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:06:08.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:06:08.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-24T04:06:08.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:06:08.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:06:08.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:06:08.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313824330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:06:08.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:06:08.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313836033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:06:08.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313840804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:06:08.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313841911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:06:08.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313843082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:06:08.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313844678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/vfw004c4ffbf5920_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:06:08.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313845683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:06:08.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313846691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/resourceInstances/vfw004c4ffbf5920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:06:08.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:06:08.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313847697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220824040112/1.0/artifacts/service-Vfw20220824040112-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:06:08.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:06:08.763Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:06:08.763Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:06:08.765Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:06:08.765Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:06:18.324Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:06:18.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:06:18.327Z||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-08-24T04:06:18.327Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:06:27.871Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:07:08.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:07:08.336Z||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-08-24T04:07:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:07:08.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:07:08.348Z||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-08-24T04:07:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:07:08.906Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:07:08.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:07:08.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65b5e6f0-0445-483b-983a-16338b0f1998",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661313939056,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:07:08.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:07:17.885Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:08:08.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:08:08.335Z||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-08-24T04:08:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:08:08.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:08:08.348Z||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-08-24T04:08:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:08:17.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:08:17.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:09:08.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:09:08.335Z||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-08-24T04:09:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:09:08.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:09:08.348Z||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-08-24T04:09:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:09:17.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:09:17.904Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:10:08.333Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:10:08.334Z||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-08-24T04:10:08.334Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:10:08.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:10:08.348Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:10:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:10:17.907Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:10:17.907Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:11:08.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:11:08.334Z||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-08-24T04:11:08.334Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:11:08.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:11:08.348Z||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-08-24T04:11:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:11:17.955Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:11:17.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:08.333Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:12:08.335Z||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-08-24T04:12:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:08.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:12:08.348Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:12:08.348Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:08.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:08.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "policy-id",
  "timestamp": 1661314278356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:08.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "cds",
  "timestamp": 1661314279805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:08.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "policy-id",
  "timestamp": 1661314278356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:12:08.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "cds",
  "timestamp": 1661314279805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:12:08.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "policy-id",
  "timestamp": 1661314282469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:12:08.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "cds",
  "timestamp": 1661314282588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:12:08.584Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "clamp",
  "timestamp": 1661314283399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:08.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "policy-id",
  "timestamp": 1661314283475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:12:08.585Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "cds",
  "timestamp": 1661314283596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-24T04:12:08.608Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cad0a600-480f-4152-92e9-a4e8f5661675
2022-08-24T04:12:08.608Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cad0a600-480f-4152-92e9-a4e8f5661675 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-08-24T04:12:08.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314282996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:08.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "clamp",
  "timestamp": 1661314283399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:12:08.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314283921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:08.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "policy-id",
  "timestamp": 1661314284479,
  "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-08-24T04:12:08.632Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cad0a600-480f-4152-92e9-a4e8f5661675
2022-08-24T04:12:08.632Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cad0a600-480f-4152-92e9-a4e8f5661675 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-08-24T04:12:08.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314282996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:12:08.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314283921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:08.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314285748,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:12:08.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314287438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:12:08.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314288441,
  "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-08-24T04:12:08.647Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cad0a600-480f-4152-92e9-a4e8f5661675
2022-08-24T04:12:08.648Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cad0a600-480f-4152-92e9-a4e8f5661675 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-08-24T04:12:08.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314289142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:08.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314289142,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:12:08.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "clamp",
  "timestamp": 1661314292292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:12:08.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "aai-ml",
  "timestamp": 1661314290642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:08.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "aai-ml",
  "timestamp": 1661314290642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:12:08.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:12:08.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "aai-ml",
  "timestamp": 1661314293440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:12:08.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "clamp",
  "timestamp": 1661314295291,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:12:08.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "clamp",
  "timestamp": 1661314296295,
  "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-08-24T04:12:08.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cad0a600-480f-4152-92e9-a4e8f5661675
2022-08-24T04:12:08.681Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cad0a600-480f-4152-92e9-a4e8f5661675 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-08-24T04:12:08.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "aai-ml",
  "timestamp": 1661314297689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:12:08.713Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:12:08.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "aai-ml",
  "timestamp": 1661314298700,
  "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-08-24T04:12:08.719Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cad0a600-480f-4152-92e9-a4e8f5661675
2022-08-24T04:12:08.720Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cad0a600-480f-4152-92e9-a4e8f5661675 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-08-24T04:12:08.973Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:08.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-24T04:12:08.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cad0a600-480f-4152-92e9-a4e8f5661675","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b73d7589-94d6-47af-a7f3-66c4bf170ef4","serviceDescription":"service","serviceInvariantUUID":"44fd2e3a-2829-4a4c-b5da-532e8e97ca1b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ce431bd2-f0da-4696-b878-6e290446b4ad","resourceInvariantUUID":"6d63b338-c5eb-423a-877b-794a89a541d7","resourceCustomizationUUID":"2acb0446-17ed-4120-9a90-8779e63da1fa","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YmIwNGIxMzYzOGNmN2Y0NjQ2Yzk5MzllMjg0NTQyNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9ff8d1d-24a5-4f40-9265-a1378d3f8943","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWQ4ZmY3YWIwZTE0MjFiZTM3NGI0Mzk3ZDc5Yjg2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6f90ece-c167-4bbf-aaa1-558cf6bafcf7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:12:08.981Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:08.982Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:08.988Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:08.988Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:09.087Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:12:09.089Z||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-08-24T04:12:09.089Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:09.125Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:09.126Z||pool-51-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:12:09.989Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:09.991Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:09.995Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:09.995Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:12:10.094Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:12:10.095Z||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-08-24T04:12:10.095Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:10.127Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:10.128Z||pool-52-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:10.996Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b73d7589-94d6-47af-a7f3-66c4bf170ef4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44fd2e3a-2829-4a4c-b5da-532e8e97ca1b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2acb0446-17ed-4120-9a90-8779e63da1fa",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ce431bd2-f0da-4696-b878-6e290446b4ad",
      "resourceInvariantUUID": "6d63b338-c5eb-423a-877b-794a89a541d7",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ZWQ4ZmY3YWIwZTE0MjFiZTM3NGI0Mzk3ZDc5Yjg2M2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6f90ece-c167-4bbf-aaa1-558cf6bafcf7"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:12:11.002Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:12:11.003Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b73d7589-94d6-47af-a7f3-66c4bf170ef4 ASDC
2022-08-24T04:12:11.005Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cad0a600-480f-4152-92e9-a4e8f5661675
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b73d7589-94d6-47af-a7f3-66c4bf170ef4
ServiceInvariantUUID:44fd2e3a-2829-4a4c-b5da-532e8e97ca1b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:c6f90ece-c167-4bbf-aaa1-558cf6bafcf7
ArtifactChecksum:ZWQ4ZmY3YWIwZTE0MjFiZTM3NGI0Mzk3ZDc5Yjg2M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2acb0446-17ed-4120-9a90-8779e63da1fa
ResourceInvariantUUID:6d63b338-c5eb-423a-877b-794a89a541d7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ce431bd2-f0da-4696-b878-6e290446b4ad
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-24T04:12:11.006Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b73d7589-94d6-47af-a7f3-66c4bf170ef4 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-08-24T04:12:11.088Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:12:11.090Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-24T04:12:11.090Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-24T04:12:11.090Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c6f90ece-c167-4bbf-aaa1-558cf6bafcf7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-24T04:12:11.091Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-24T04:12:11.091Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-24T04:12:11.204Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-24T04:12:11.208Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c6f90ece-c167-4bbf-aaa1-558cf6bafcf7 52503
2022-08-24T04:12:11.208Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-24T04:12:11.208Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-24T04:12:11.209Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:12:11.209Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:11.212Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:11.213Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314331208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:12:11.313Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:12:11.314Z||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-08-24T04:12:11.314Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:11.334Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:11.335Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:12.214Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:12:12.215Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-24T04:12:12.215Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c6f90ece-c167-4bbf-aaa1-558cf6bafcf7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:12.216Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-24T04:12:12.216Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:12.216Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:12.484Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17778388786640363428/Definitions/service-BasicNetwork-template.yml
2022-08-24T04:12:13.522Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:12:13.522Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-24T04:12:13.522Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.523Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-24T04:12:13.523Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.523Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.523Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.523Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.523Z|cad0a600-480f-4152-92e9-a4e8f5661675|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-BasicNetwork-csar.csar
2022-08-24T04:12:13.523Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.523Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.524Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.524Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-24T04:12:13.524Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.525Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.525Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-24T04:12:13.525Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-24T04:12:13.526Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:12:13.526Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.526Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.526Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-24T04:12:13.526Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-24T04:12:13.527Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:12:13.527Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.527Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.527Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.527Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.528Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.528Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.529Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.529Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.529Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.530Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.530Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b73d7589-94d6-47af-a7f3-66c4bf170ef4
Model Version:NULL
Model InvariantUuid:44fd2e3a-2829-4a4c-b5da-532e8e97ca1b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6d63b338-c5eb-423a-877b-794a89a541d7
Model UUID:674c3b89-28d9-43a7-aa01-c0165343ae19
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2acb0446-17ed-4120-9a90-8779e63da1fa
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-24T04:12:13.544Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: ce431bd2-f0da-4696-b878-6e290446b4ad
2022-08-24T04:12:13.544Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||No resources found for Service: b73d7589-94d6-47af-a7f3-66c4bf170ef4
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-08-24T04:12:13.551Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||
2022-08-24T04:12:13.552Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-24T04:12:13.553Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b73d7589-94d6-47af-a7f3-66c4bf170ef4
2022-08-24T04:12:13.554Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b73d7589-94d6-47af-a7f3-66c4bf170ef4
2022-08-24T04:12:13.554Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-24T04:12:13.554Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-24T04:12:13.559Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11424df1, org.onap.sdc.toscaparser.api.parameters.Input@1efdbd41, org.onap.sdc.toscaparser.api.parameters.Input@3684c9c3, org.onap.sdc.toscaparser.api.parameters.Input@150974f9, org.onap.sdc.toscaparser.api.parameters.Input@16278e6c]
2022-08-24T04:12:13.561Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.561Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.561Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.562Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.562Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b73d7589-94d6-47af-a7f3-66c4bf170ef4: Generic NeutronNet
2022-08-24T04:12:13.562Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.562Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.562Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.562Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-24T04:12:13.610Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.610Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.611Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.611Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.611Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:13.611Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:13.612Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-24T04:12:13.699Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-24T04:12:13.700Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-24T04:12:13.700Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-24T04:12:13.700Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:12:13.701Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:13.705Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:13.705Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314333700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:12:13.806Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:12:13.807Z||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-08-24T04:12:13.807Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:13.866Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:13.867Z||pool-54-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:14.706Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cad0a600-480f-4152-92e9-a4e8f5661675
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-08-24T04:12:14.725Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cad0a600-480f-4152-92e9-a4e8f5661675
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-08-24T04:12:14.733Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:12:14.733Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:12:14.734Z|cad0a600-480f-4152-92e9-a4e8f5661675|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-08-24T04:12:14.747Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:12:44.748Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cad0a600-480f-4152-92e9-a4e8f5661675 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-08-24T04:12:44.778Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cad0a600-480f-4152-92e9-a4e8f5661675 and serviceModelVersionId: b73d7589-94d6-47af-a7f3-66c4bf170ef4
2022-08-24T04:12:44.779Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44fd2e3a-2829-4a4c-b5da-532e8e97ca1b
2022-08-24T04:12:44.781Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?depth=0
2022-08-24T04:12:44.791Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:12:44.881Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?depth=0|INFO|500||Invoke
2022-08-24T04:12:44.881Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cad0a600-480f-4152-92e9-a4e8f5661675], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2998ba37-b622-42ed-904b-06d7862cc905], X-ECOMP-RequestID=[cad0a600-480f-4152-92e9-a4e8f5661675], X-TransactionId=[], X-ONAP-RequestID=[cad0a600-480f-4152-92e9-a4e8f5661675], Content-Type=[application/merge-patch+json]}
2022-08-24T04:12:44.930Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:12:45.028Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?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/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220824-04:12:44:233-84887], vertex-id=[188632], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:12:44 GMT], Content-Type=[application/json]}
2022-08-24T04:12:45.029Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:12:45.030Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44fd2e3a-2829-4a4c-b5da-532e8e97ca1b/model-vers/model-ver/b73d7589-94d6-47af-a7f3-66c4bf170ef4?depth=0|INFO|500||InvokeReturn
2022-08-24T04:12:45.030Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:12:45.030Z|cad0a600-480f-4152-92e9-a4e8f5661675|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-08-24T04:12:45.049Z|cad0a600-480f-4152-92e9-a4e8f5661675|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-08-24T04:12:45.050Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cad0a600-480f-4152-92e9-a4e8f5661675 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:12:45.050Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:12:45.051Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:45.055Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:45.055Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314365050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:12:45.155Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:12:45.157Z||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-08-24T04:12:45.157Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:45.184Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:45.185Z||pool-55-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-24T04:12:46.075Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-24T04:12:46.076Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7473805-ed37-4dd2-801f-6fc9ec40c4de","serviceName":"Demo_pNF_Wd3M8BgvTw29vz28Ltvt","serviceVersion":"1.0","serviceUUID":"cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9","serviceDescription":"catalog service description","serviceInvariantUUID":"959b7ff0-d593-480d-822e-df5ecd9e454b","resources":[{"resourceInstanceName":"pNF 32e275c6-816c 0","resourceName":"pNF 32e275c6-816c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d4b94737-10b7-4320-a2f2-26892b1c235b","resourceInvariantUUID":"f4e4274e-4f54-4a22-8f77-db40d52dc2a6","resourceCustomizationUUID":"d00e48e1-5058-4c7e-9993-6ededd61bbc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml","artifactChecksum":"NDkxYzE0ZWMwZGJlM2FiMWRlMTJiMzA4NDFmYTE1ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8145b970-e64f-43da-a6c9-cc1039970f85","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar","artifactChecksum":"OGNhMGMyZjQ0NzI4YThkYzAzOGU0YjU1OTNhYjljZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10fc2d69-11d8-4d90-ac4a-b750203b5f8d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26b181ea-3aca-4320-b0b4-cec178dd4f60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml","artifactChecksum":"MjI0NDMzYzJmNTRmMDRjOWU3ZWE5NjEyYWM4OGNiODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6277fc60-108b-4ac8-be68-f6d3786995b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3b762976-72ce-4c2e-b87f-2154910237b2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ad095cf-be01-401e-a68d-7513e680bef1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml","artifactChecksum":"NGE2NmFiYzNkODFiNmQ0ZDRiMjg0ZmRjNmFhY2YwMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f57c02d-09b3-46a1-ab20-b138d99aa40a","artifactVersion":"1"},{"artifactName":"service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar","artifactChecksum":"YjI1NjZjN2RiMTdjYzQ3MzliMmUxOGU2MjViZDY2NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"556ad1a3-efa9-4a3e-a493-f3af94da8033","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:12:46.076Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:46.077Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:46.080Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:46.080Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:46.180Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:12:46.182Z||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-08-24T04:12:46.182Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:46.200Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:46.201Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:12:47.081Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:47.082Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:47.086Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:47.086Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:47.185Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:12:47.186Z||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-08-24T04:12:47.187Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:47.204Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:47.205Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:12:48.087Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:48.099Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:48.102Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:48.102Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:48.202Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:12:48.204Z||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-08-24T04:12:48.204Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:48.306Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:48.307Z||pool-58-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:49.102Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:49.103Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:49.107Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:49.107Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:49.207Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:12:49.209Z||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-08-24T04:12:49.209Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:49.252Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:49.253Z||pool-59-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:50.109Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:50.110Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:50.113Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:50.113Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:50.214Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:12:50.215Z||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-08-24T04:12:50.215Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:50.232Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:50.233Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:12:51.114Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:51.116Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:51.119Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:51.119Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:51.219Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:12:51.221Z||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-08-24T04:12:51.221Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:51.254Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:51.255Z||pool-61-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:52.120Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:52.122Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:52.124Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:52.124Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:12:52.224Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:12:52.225Z||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-08-24T04:12:52.226Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:52.241Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:52.242Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:53.125Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:12:53.127Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:53.132Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:53.132Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:12:53.232Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:12:53.233Z||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-08-24T04:12:53.233Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:53.252Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:53.253Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:54.133Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "serviceName": "Demo_pNF_Wd3M8BgvTw29vz28Ltvt",
  "serviceVersion": "1.0",
  "serviceUUID": "cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "959b7ff0-d593-480d-822e-df5ecd9e454b",
  "resources": [
    {
      "resourceInstanceName": "pNF 32e275c6-816c 0",
      "resourceCustomizationUUID": "d00e48e1-5058-4c7e-9993-6ededd61bbc8",
      "resourceName": "pNF 32e275c6-816c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d4b94737-10b7-4320-a2f2-26892b1c235b",
      "resourceInvariantUUID": "f4e4274e-4f54-4a22-8f77-db40d52dc2a6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
      "artifactChecksum": "YjI1NjZjN2RiMTdjYzQ3MzliMmUxOGU2MjViZDY2NDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "556ad1a3-efa9-4a3e-a493-f3af94da8033"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:12:54.134Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:12:54.134Z|cad0a600-480f-4152-92e9-a4e8f5661675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9 ASDC
2022-08-24T04:12:54.136Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f7473805-ed37-4dd2-801f-6fc9ec40c4de
ServiceName:Demo_pNF_Wd3M8BgvTw29vz28Ltvt
ServiceVersion:1.0
ServiceUUID:cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9
ServiceInvariantUUID:959b7ff0-d593-480d-822e-df5ecd9e454b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
ArtifactUUID:556ad1a3-efa9-4a3e-a493-f3af94da8033
ArtifactChecksum:YjI1NjZjN2RiMTdjYzQ3MzliMmUxOGU2MjViZDY2NDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 32e275c6-816c 0
ResourceCustomizationUUID:d00e48e1-5058-4c7e-9993-6ededd61bbc8
ResourceInvariantUUID:f4e4274e-4f54-4a22-8f77-db40d52dc2a6
ResourceName:pNF 32e275c6-816c
ResourceType:PNF
ResourceUUID:d4b94737-10b7-4320-a2f2-26892b1c235b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-24T04:12:54.136Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9 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-08-24T04:12:54.174Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:12:54.175Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-24T04:12:54.176Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-24T04:12:54.176Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 556ad1a3-efa9-4a3e-a493-f3af94da8033 from URL: /sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:54.176Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-24T04:12:54.177Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:54.239Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-24T04:12:54.243Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar 556ad1a3-efa9-4a3e-a493-f3af94da8033 82642
2022-08-24T04:12:54.244Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar ASDC sendASDCNotification
2022-08-24T04:12:54.244Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:54.245Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:12:54.264Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:54.267Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:54.268Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314374244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:12:54.367Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:12:54.370Z||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-08-24T04:12:54.370Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:54.388Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:54.389Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:55.269Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:12:55.270Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-24T04:12:55.270Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 556ad1a3-efa9-4a3e-a493-f3af94da8033, URL: /sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar to file: /app/ASDC/1/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:55.271Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:55.271Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:55.271Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:55.492Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3032807896239187771/Definitions/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml
2022-08-24T04:12:57.033Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:12:57.033Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-24T04:12:57.034Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.034Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-24T04:12:57.034Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 32e275c6-816c 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-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.034Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||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-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.034Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.034Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||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-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.035Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.035Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.035Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.035Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-24T04:12:57.035Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.036Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.036Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Node template pNF 32e275c6-816c 0 is matching search criteria
2022-08-24T04:12:57.036Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-24T04:12:57.036Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 32e275c6-816c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:12:57.037Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.037Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.037Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Node template pNF 32e275c6-816c 0 is matching search criteria
2022-08-24T04:12:57.037Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-24T04:12:57.037Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 32e275c6-816c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:12:57.038Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.038Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.038Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.038Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.038Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.039Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.039Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.039Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.039Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.039Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.039Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Wd3M8BgvTw29vz28Ltvt
Description:catalog service description
Model UUID:cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9
Model Version:NULL
Model InvariantUuid:959b7ff0-d593-480d-822e-df5ecd9e454b
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-08-24T04:12:57.047Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d4b94737-10b7-4320-a2f2-26892b1c235b
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-08-24T04:12:57.051Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||pNF 32e275c6-816c 0
2022-08-24T04:12:57.051Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d4b94737-10b7-4320-a2f2-26892b1c235b
2022-08-24T04:12:57.052Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||No resources found for Service: cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9
2022-08-24T04:12:57.052Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9
2022-08-24T04:12:57.052Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 32e275c6-816c 0 d4b94737-10b7-4320-a2f2-26892b1c235b 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-08-24T04:12:57.057Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27d5bb63, org.onap.sdc.toscaparser.api.parameters.Input@6816c35, org.onap.sdc.toscaparser.api.parameters.Input@5eac6fb6, org.onap.sdc.toscaparser.api.parameters.Input@57e492d5, org.onap.sdc.toscaparser.api.parameters.Input@5de035e9]
2022-08-24T04:12:57.058Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.058Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.059Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9: pNF 32e275c6-816c
2022-08-24T04:12:57.059Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||Processing PNF resource: d4b94737-10b7-4320-a2f2-26892b1c235b
2022-08-24T04:12:57.059Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:12:57.059Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Wd3M8BgvTw29vz28Ltvt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:12:57.060Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||Resource customization UUID: d00e48e1-5058-4c7e-9993-6ededd61bbc8 is the same as notified resource customizationUUID: d00e48e1-5058-4c7e-9993-6ededd61bbc8
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-08-24T04:12:57.111Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 32e275c6-816c d4b94737-10b7-4320-a2f2-26892b1c235b 0 ASDC deployResourceStructure
2022-08-24T04:12:57.111Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar ASDC sendASDCNotification
2022-08-24T04:12:57.111Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar
2022-08-24T04:12:57.112Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:12:57.112Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:12:57.114Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:12:57.114Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314377111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:12:57.215Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:12:57.217Z||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-08-24T04:12:57.217Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:12:57.233Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:12:57.234Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:12:58.115Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:12:58.127Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:12:58.129Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:12:58.129Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:12:58.129Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:13:08.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:13:08.348Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:13:08.348Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:13:08.389Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:13:08.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:13:08.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314323921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:13:08.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:13:28.130Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:13:28.150Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:13:28.154Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:13:28.154Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:13:28.155Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:13:58.155Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:13:58.280Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:13:58.294Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:13:58.294Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:13:58.294Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:14:08.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:14:08.348Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:14:08.348Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:14:08.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:14:08.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:14:08.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314324805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:14:08.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:14:28.294Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:14:28.311Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:14:28.314Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:14:28.314Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:14:28.314Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:14:58.315Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:14:58.346Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:14:58.350Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:14:58.350Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:14:58.350Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:15:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:15:08.348Z||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-08-24T04:15:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:15:08.389Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:15:08.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314318356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314320642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314323921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314324805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314318356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314320642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314323921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314324805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314318356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314320642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314329142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314331208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314323921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314324805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314329142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314318356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314320642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314323921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314324805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314329142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314320642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314318356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314323921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314324805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314320642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314329142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314318356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314333700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314323921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314324805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314329142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314320642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314318356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314323921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314324805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314329142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314320642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314318356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314329142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314335846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314335583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314335631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314335620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314329142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314336589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.476Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "cds",
  "timestamp": 1661314336671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-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-08-24T04:15:08.490Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7473805-ed37-4dd2-801f-6fc9ec40c4de
2022-08-24T04:15:08.490Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7473805-ed37-4dd2-801f-6fc9ec40c4de 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-08-24T04:15:08.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314337031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314338036,
  "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-08-24T04:15:08.510Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f7473805-ed37-4dd2-801f-6fc9ec40c4de
2022-08-24T04:15:08.510Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7473805-ed37-4dd2-801f-6fc9ec40c4de 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-08-24T04:15:08.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "policy-id",
  "timestamp": 1661314337607,
  "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-08-24T04:15:08.523Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7473805-ed37-4dd2-801f-6fc9ec40c4de
2022-08-24T04:15:08.524Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7473805-ed37-4dd2-801f-6fc9ec40c4de 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-08-24T04:15:08.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314341005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "aai-ml",
  "timestamp": 1661314342009,
  "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-08-24T04:15:08.541Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7473805-ed37-4dd2-801f-6fc9ec40c4de
2022-08-24T04:15:08.542Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7473805-ed37-4dd2-801f-6fc9ec40c4de 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-08-24T04:15:08.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314338621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314339830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314348438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314349282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314349444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "cds",
  "timestamp": 1661314350290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-24T04:15:08.585Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae71913c-ef2b-48f0-9950-0c0b66342f8b
2022-08-24T04:15:08.586Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae71913c-ef2b-48f0-9950-0c0b66342f8b 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-08-24T04:15:08.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "policy-id",
  "timestamp": 1661314350449,
  "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-08-24T04:15:08.604Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae71913c-ef2b-48f0-9950-0c0b66342f8b
2022-08-24T04:15:08.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae71913c-ef2b-48f0-9950-0c0b66342f8b 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-08-24T04:15:08.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314351788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314353747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314354751,
  "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-08-24T04:15:08.629Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7473805-ed37-4dd2-801f-6fc9ec40c4de
2022-08-24T04:15:08.630Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7473805-ed37-4dd2-801f-6fc9ec40c4de 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-08-24T04:15:08.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314358883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314358356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314343921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314359947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314358356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314360424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314360997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314358356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314354803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314362049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314358356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314363301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314362503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314363111,
  "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-08-24T04:15:08.663Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae71913c-ef2b-48f0-9950-0c0b66342f8b
2022-08-24T04:15:08.663Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae71913c-ef2b-48f0-9950-0c0b66342f8b 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-08-24T04:15:08.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314358356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "cds",
  "timestamp": 1661314363514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-24T04:15:08.710Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9f084901-6656-4bc0-b5df-469e298d8a38
2022-08-24T04:15:08.710Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f084901-6656-4bc0-b5df-469e298d8a38 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-08-24T04:15:08.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314364115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cad0a600-480f-4152-92e9-a4e8f5661675",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314365050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:15:08.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314358356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314365314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.722Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314358356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314364895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "clamp",
  "timestamp": 1661314366318,
  "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-08-24T04:15:08.733Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7473805-ed37-4dd2-801f-6fc9ec40c4de
2022-08-24T04:15:08.733Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7473805-ed37-4dd2-801f-6fc9ec40c4de 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-08-24T04:15:08.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314366112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314367119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314367212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314367242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.752Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "policy-id",
  "timestamp": 1661314368154,
  "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-08-24T04:15:08.760Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f084901-6656-4bc0-b5df-469e298d8a38
2022-08-24T04:15:08.760Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f084901-6656-4bc0-b5df-469e298d8a38 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-08-24T04:15:08.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "aai-ml",
  "timestamp": 1661314368220,
  "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-08-24T04:15:08.780Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae71913c-ef2b-48f0-9950-0c0b66342f8b
2022-08-24T04:15:08.781Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae71913c-ef2b-48f0-9950-0c0b66342f8b 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-08-24T04:15:08.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314368246,
  "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-08-24T04:15:08.797Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae71913c-ef2b-48f0-9950-0c0b66342f8b
2022-08-24T04:15:08.797Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae71913c-ef2b-48f0-9950-0c0b66342f8b 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-08-24T04:15:08.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/resourceInstances/pnf32e275c6816c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314349142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314372208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314328333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314373264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314374244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314374313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:15:08.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314375335,
  "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-08-24T04:15:08.832Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9f084901-6656-4bc0-b5df-469e298d8a38
2022-08-24T04:15:08.832Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f084901-6656-4bc0-b5df-469e298d8a38 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-08-24T04:15:08.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314350642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314342997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:15:08.841Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:15:08.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314376352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314377111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd3m8bgvtw29vz28ltvt/1.0/artifacts/service-DemoPnfWd3m8bgvtw29vz28ltvt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314376327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314376336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314378615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314379629,
  "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-08-24T04:15:08.850Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9f084901-6656-4bc0-b5df-469e298d8a38
2022-08-24T04:15:08.850Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f084901-6656-4bc0-b5df-469e298d8a38 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-08-24T04:15:08.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314383430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:15:08.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:08.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "aai-ml",
  "timestamp": 1661314384437,
  "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-08-24T04:15:08.869Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9f084901-6656-4bc0-b5df-469e298d8a38
2022-08-24T04:15:08.869Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f084901-6656-4bc0-b5df-469e298d8a38 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-08-24T04:15:08.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:15:08.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314387307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:15:08.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:15:28.350Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:15:28.366Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de
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-08-24T04:15:28.371Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:15:28.371Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:15:28.371Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:15:28.371Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:15:28.371Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:15:28.372Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:15:28.372Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:15:28.372Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:15:28.372Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:15:28.372Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:15:28.372Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:15:28.372Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:15:28.379Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:15:58.379Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de 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-08-24T04:15:58.387Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7473805-ed37-4dd2-801f-6fc9ec40c4de and serviceModelVersionId: cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9
2022-08-24T04:15:58.387Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 959b7ff0-d593-480d-822e-df5ecd9e454b
2022-08-24T04:15:58.388Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?depth=0
2022-08-24T04:15:58.393Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:15:58.472Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?depth=0|INFO|500||Invoke
2022-08-24T04:15:58.472Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7473805-ed37-4dd2-801f-6fc9ec40c4de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6164a7aa-18d3-45dc-967a-324f5bba726d], X-ECOMP-RequestID=[f7473805-ed37-4dd2-801f-6fc9ec40c4de], X-TransactionId=[], X-ONAP-RequestID=[f7473805-ed37-4dd2-801f-6fc9ec40c4de], Content-Type=[application/merge-patch+json]}
2022-08-24T04:15:58.499Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:15:58.593Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?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/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220824-04:15:57:793-89556], vertex-id=[245816], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:15:57 GMT], Content-Type=[application/json]}
2022-08-24T04:15:58.593Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:15:58.594Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/959b7ff0-d593-480d-822e-df5ecd9e454b/model-vers/model-ver/cd38ae9c-ce8b-4502-bdf9-ada72d64b3e9?depth=0|INFO|500||InvokeReturn
2022-08-24T04:15:58.594Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:15:58.594Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:15:58.603Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:15:58.603Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7473805-ed37-4dd2-801f-6fc9ec40c4de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:15:58.604Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:15:58.604Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:15:58.614Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:15:58.614Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314558603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:15:58.708Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-24T04:15:58.709Z||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-08-24T04:15:58.710Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:15:58.727Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:15:58.728Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-24T04:15:59.635Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:15:59.636Z||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-08-24T04:15:59.636Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:04.097Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:04.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-24T04:16:04.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae71913c-ef2b-48f0-9950-0c0b66342f8b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98","serviceDescription":"service","serviceInvariantUUID":"54b9de5b-303a-4cac-b414-2dbf806b094f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a03c095-d4b8-4015-afa0-9e08fbf58c27","resourceInvariantUUID":"be99ba46-95e1-4214-b62a-91b385df24a4","resourceCustomizationUUID":"1bc12647-fcc6-44c4-8497-2ead057eff03","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":"YjgwZDgwOTQ4ODlhYjUxZDFlNWRiZWY5N2I4ZThmMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4dbb7c9d-3bfe-495e-85b4-43820b7b8e36","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":"46e52434-a76d-40d9-a201-a4db702c7e35","artifactVersion":"2","generatedFromUUID":"249bc4da-bef6-4a36-b002-b73700be86cc"},{"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":"249bc4da-bef6-4a36-b002-b73700be86cc","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":"NWY1ZjQzMTdlYWFkZGU3NDEzZGJhNTk1YTFhY2FjZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"645343da-f805-4089-88cb-038f2053353d","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":"051ae184-849c-49ef-bb2f-ea9938bdf468","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":"8bc2fa1d-d6f3-4a00-8dc7-31f0ea1ed836","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":"6f7c70d5-256e-4c96-acdf-e60b08b2adb5","artifactVersion":"2","generatedFromUUID":"051ae184-849c-49ef-bb2f-ea9938bdf468"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NWRjNDAxOWEwM2ZkMzBkZmY5ODAwNTI5NjlkMWEzNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cdd2b47-a648-40b3-8d87-1816c9496931","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGQyYTU2OTMyMGViZTFmMDk2MmE2Njg3YzViN2M0Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a54d67a-ea8b-4b70-9af7-68ac7cd599b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:16:04.103Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:04.104Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:04.110Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:04.110Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:04.213Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-24T04:16:04.215Z||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-08-24T04:16:04.215Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:04.252Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:04.254Z||pool-67-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:16:05.110Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:05.111Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:05.115Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:05.115Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-24T04:16:05.213Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:16:05.214Z||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-08-24T04:16:05.214Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:05.231Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:05.231Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:06.115Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:06.116Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:06.119Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:06.119Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-24T04:16:06.219Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:06.220Z||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-08-24T04:16:06.220Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:06.237Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:06.238Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:07.120Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:07.120Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:07.123Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:07.123Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:16:07.224Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:16:07.225Z||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-08-24T04:16:07.225Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:07.241Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:07.241Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:08.123Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:08.124Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:08.127Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:08.127Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:16:08.227Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:08.228Z||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-08-24T04:16:08.228Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:08.251Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:08.252Z||pool-71-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:16:08.348Z||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-08-24T04:16:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:08.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:08.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314388329,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:16:08.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:16:08.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "clamp",
  "timestamp": 1661314389335,
  "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-08-24T04:16:08.432Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae71913c-ef2b-48f0-9950-0c0b66342f8b
2022-08-24T04:16:08.432Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae71913c-ef2b-48f0-9950-0c0b66342f8b 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-08-24T04:16:08.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314343400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314400309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:16:08.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:16:08.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314402317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:16:08.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:16:08.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:16:08.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "clamp",
  "timestamp": 1661314403323,
  "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-08-24T04:16:08.469Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9f084901-6656-4bc0-b5df-469e298d8a38
2022-08-24T04:16:08.470Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9f084901-6656-4bc0-b5df-469e298d8a38 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-08-24T04:16:09.127Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:09.128Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:09.130Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:09.130Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:09.230Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:09.231Z||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-08-24T04:16:09.231Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:09.256Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:09.256Z||pool-72-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:10.131Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:10.132Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:10.136Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:10.137Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-24T04:16:10.236Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:16:10.237Z||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-08-24T04:16:10.238Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:10.258Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:10.259Z||pool-73-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:11.138Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:11.139Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:11.142Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:11.144Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:11.243Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-24T04:16:11.244Z||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-08-24T04:16:11.244Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:11.265Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:11.266Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:16:12.146Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:12.147Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:12.149Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:12.149Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:16:12.249Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:12.251Z||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-08-24T04:16:12.251Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:12.267Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:12.267Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:13.151Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98",
  "serviceDescription": "service",
  "serviceInvariantUUID": "54b9de5b-303a-4cac-b414-2dbf806b094f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "1bc12647-fcc6-44c4-8497-2ead057eff03",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a03c095-d4b8-4015-afa0-9e08fbf58c27",
      "resourceInvariantUUID": "be99ba46-95e1-4214-b62a-91b385df24a4",
      "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": "46e52434-a76d-40d9-a201-a4db702c7e35",
          "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": "249bc4da-bef6-4a36-b002-b73700be86cc",
          "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": "NWY1ZjQzMTdlYWFkZGU3NDEzZGJhNTk1YTFhY2FjZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "645343da-f805-4089-88cb-038f2053353d",
          "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": "051ae184-849c-49ef-bb2f-ea9938bdf468",
          "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": "6f7c70d5-256e-4c96-acdf-e60b08b2adb5",
            "generatedFromUUID": "051ae184-849c-49ef-bb2f-ea9938bdf468"
          },
          "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": "6f7c70d5-256e-4c96-acdf-e60b08b2adb5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MGQyYTU2OTMyMGViZTFmMDk2MmE2Njg3YzViN2M0Y2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9a54d67a-ea8b-4b70-9af7-68ac7cd599b8"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:16:13.152Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:16:13.152Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98 ASDC
2022-08-24T04:16:13.152Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ae71913c-ef2b-48f0-9950-0c0b66342f8b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98
ServiceInvariantUUID:54b9de5b-303a-4cac-b414-2dbf806b094f
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:9a54d67a-ea8b-4b70-9af7-68ac7cd599b8
ArtifactChecksum:MGQyYTU2OTMyMGViZTFmMDk2MmE2Njg3YzViN2M0Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:1bc12647-fcc6-44c4-8497-2ead057eff03
ResourceInvariantUUID:be99ba46-95e1-4214-b62a-91b385df24a4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4a03c095-d4b8-4015-afa0-9e08fbf58c27
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:46e52434-a76d-40d9-a201-a4db702c7e35
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:249bc4da-bef6-4a36-b002-b73700be86cc
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:645343da-f805-4089-88cb-038f2053353d
ArtifactChecksum:NWY1ZjQzMTdlYWFkZGU3NDEzZGJhNTk1YTFhY2FjZWE=
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:051ae184-849c-49ef-bb2f-ea9938bdf468
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:6f7c70d5-256e-4c96-acdf-e60b08b2adb5
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:6f7c70d5-256e-4c96-acdf-e60b08b2adb5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-24T04:16:13.152Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98 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-08-24T04:16:13.231Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:16:13.232Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-24T04:16:13.232Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-24T04:16:13.232Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9a54d67a-ea8b-4b70-9af7-68ac7cd599b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-24T04:16:13.232Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:16:13.233Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:13.611Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:16:13.623Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9a54d67a-ea8b-4b70-9af7-68ac7cd599b8 68951
2022-08-24T04:16:13.624Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:13.624Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:13.624Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:16:13.624Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:13.627Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:13.627Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314573623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:16:13.727Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:13.728Z||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-08-24T04:16:13.728Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:13.753Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:13.754Z||pool-76-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:14.628Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:16:14.629Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-24T04:16:14.630Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9a54d67a-ea8b-4b70-9af7-68ac7cd599b8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-24T04:16:14.630Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-24T04:16:14.631Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-24T04:16:14.631Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-24T04:16:14.856Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10247261223614700965/Definitions/service-BasicCnf-template.yml
2022-08-24T04:16:16.554Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:16:16.555Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-24T04:16:16.555Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-24T04:16:16.555Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-24T04:16:16.555Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.555Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.555Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.555Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.555Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-24T04:16:16.556Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.556Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.556Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:16.556Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-24T04:16:16.556Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:16:16.557Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.557Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:16.557Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:16.557Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-24T04:16:16.557Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:16:16.558Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.558Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:16.558Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.558Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-24T04:16:16.558Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-24T04:16:16.558Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-24T04:16:16.558Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-24T04:16:16.559Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.559Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.559Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.559Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:16.559Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:16:16.559Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.559Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:16.560Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:16:16.560Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.560Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:16.560Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:16:16.560Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.560Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-24T04:16:16.560Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-24T04:16:16.560Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c87d6ec9-8e67-436a-98b5-da44e4f8de1c
2022-08-24T04:16:16.561Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.561Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:16.561Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.561Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:16.561Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.561Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:16.562Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:16.562Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:16.562Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98
Model Version:NULL
Model InvariantUuid:54b9de5b-303a-4cac-b414-2dbf806b094f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:293b8ed3-9244-4a81-ac8e-9505a073b29d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:be99ba46-95e1-4214-b62a-91b385df24a4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1bc12647-fcc6-44c4-8497-2ead057eff03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1ec81bf3-82e4-4ebb-b247-2cef24298600
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1738d308-16d4-4889-9de2-571fb4f88e23
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c87d6ec9-8e67-436a-98b5-da44e4f8de1c
ModelInvariantUuid:f2a75671-0003-4934-82fa-6c767ca05422
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a52ae000-bfed-4f0d-a429-99e7975a744b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e9e94004-2f50-481c-b5eb-e4337c43bf51
ModelInvariantUuid:272d6fae-d3d7-4c01-84d3-bf08bc2cdd10
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b90eeb5b-a874-4a6f-989b-c38e0c8aeeeb
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-08-24T04:16:16.588Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a03c095-d4b8-4015-afa0-9e08fbf58c27
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-08-24T04:16:16.593Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-08-24T04:16:16.594Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a03c095-d4b8-4015-afa0-9e08fbf58c27
2022-08-24T04:16:16.594Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 46e52434-a76d-40d9-a201-a4db702c7e35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-24T04:16:16.594Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:16:16.594Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.717Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:16:16.718Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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 46e52434-a76d-40d9-a201-a4db702c7e35 12
2022-08-24T04:16:16.718Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.718Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:16.718Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:16:16.719Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:16.721Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:16.722Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314576718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:16:16.822Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:16.823Z||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-08-24T04:16:16.823Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:16.863Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:16.864Z||pool-77-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:17.722Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 249bc4da-bef6-4a36-b002-b73700be86cc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-24T04:16:17.723Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:16:17.723Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:17.779Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:16:17.779Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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 249bc4da-bef6-4a36-b002-b73700be86cc 2688
2022-08-24T04:16:17.780Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:17.780Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:17.780Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:16:17.780Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:17.785Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:17.785Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314577780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:16:17.884Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:16:17.885Z||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-08-24T04:16:17.885Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:17.909Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:17.910Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:18.787Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 645343da-f805-4089-88cb-038f2053353d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-24T04:16:18.787Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:16:18.788Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:18.884Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:16:18.884Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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 645343da-f805-4089-88cb-038f2053353d 828
2022-08-24T04:16:18.884Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:18.885Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:18.885Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:16:18.885Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:18.887Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:18.888Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314578884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:16:18.990Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-24T04:16:18.991Z||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-08-24T04:16:18.991Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:19.011Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:19.011Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:19.888Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1ec81bf3-82e4-4ebb-b247-2cef24298600",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1738d308-16d4-4889-9de2-571fb4f88e23",
    "vfModuleModelCustomizationUUID": "69832899-6809-4cfd-b2a5-7313c8a3f029",
    "isBase": true,
    "artifacts": [
      "051ae184-849c-49ef-bb2f-ea9938bdf468",
      "249bc4da-bef6-4a36-b002-b73700be86cc",
      "6f7c70d5-256e-4c96-acdf-e60b08b2adb5"
    ],
    "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-08-24T04:16:19.897Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1738d308-16d4-4889-9de2-571fb4f88e23
VfModuleModelInvariantUUID:1ec81bf3-82e4-4ebb-b247-2cef24298600
VfModuleModelDescription:NULL
Artifacts UUID List:{
051ae184-849c-49ef-bb2f-ea9938bdf468
,
249bc4da-bef6-4a36-b002-b73700be86cc
,
6f7c70d5-256e-4c96-acdf-e60b08b2adb5

}
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-08-24T04:16:19.902Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "1ec81bf3-82e4-4ebb-b247-2cef24298600",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1738d308-16d4-4889-9de2-571fb4f88e23",
    "vfModuleModelCustomizationUUID": "69832899-6809-4cfd-b2a5-7313c8a3f029",
    "isBase": true,
    "artifacts": [
      "051ae184-849c-49ef-bb2f-ea9938bdf468",
      "249bc4da-bef6-4a36-b002-b73700be86cc",
      "6f7c70d5-256e-4c96-acdf-e60b08b2adb5"
    ],
    "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-08-24T04:16:19.902Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1738d308-16d4-4889-9de2-571fb4f88e23
VfModuleModelInvariantUUID:1ec81bf3-82e4-4ebb-b247-2cef24298600
VfModuleModelDescription:NULL
Artifacts UUID List:{
051ae184-849c-49ef-bb2f-ea9938bdf468
,
249bc4da-bef6-4a36-b002-b73700be86cc
,
6f7c70d5-256e-4c96-acdf-e60b08b2adb5

}
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-08-24T04:16:19.902Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 051ae184-849c-49ef-bb2f-ea9938bdf468 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-24T04:16:19.902Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:16:19.903Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:19.971Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:16:19.971Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 051ae184-849c-49ef-bb2f-ea9938bdf468 1164
2022-08-24T04:16:19.971Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:19.972Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:19.972Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:16:19.972Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:19.978Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:19.978Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314579971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:16:20.077Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:16:20.078Z||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-08-24T04:16:20.079Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:20.111Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:20.112Z||pool-80-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:20.979Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6f7c70d5-256e-4c96-acdf-e60b08b2adb5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-24T04:16:20.982Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:16:20.983Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:21.045Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:16:21.046Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6f7c70d5-256e-4c96-acdf-e60b08b2adb5 200
2022-08-24T04:16:21.047Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:21.047Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:21.047Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:16:21.048Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:21.051Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:21.051Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314581047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:16:21.151Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:21.152Z||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-08-24T04:16:21.153Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:21.196Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:21.197Z||pool-81-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:16:22.053Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98
2022-08-24T04:16:22.055Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4a03c095-d4b8-4015-afa0-9e08fbf58c27 ASDC
2022-08-24T04:16:22.069Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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 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=?
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-08-24T04:16:22.084Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@167b3c60, org.onap.sdc.toscaparser.api.parameters.Input@56520be4, org.onap.sdc.toscaparser.api.parameters.Input@5bf7e6d2, org.onap.sdc.toscaparser.api.parameters.Input@30ea0aba, org.onap.sdc.toscaparser.api.parameters.Input@7fbdb8fb]
2022-08-24T04:16:22.087Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.088Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:22.088Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-08-24T04:16:22.088Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1bc12647-fcc6-44c4-8497-2ead057eff03
2022-08-24T04:16:22.088Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1bc12647-fcc6-44c4-8497-2ead057eff03 matches Tosca VF Customization UUID: 1bc12647-fcc6-44c4-8497-2ead057eff03
2022-08-24T04:16:22.089Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1bc12647-fcc6-44c4-8497-2ead057eff03  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-08-24T04:16:22.093Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.093Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:22.094Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1bc12647-fcc6-44c4-8497-2ead057eff03: {\"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-08-24T04:16:22.094Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d0c5f83
2022-08-24T04:16:22.095Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.095Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:22.095Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 69832899-6809-4cfd-b2a5-7313c8a3f029
2022-08-24T04:16:22.096Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 69832899-6809-4cfd-b2a5-7313c8a3f029
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-08-24T04:16:22.099Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.100Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:22.100Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:16:22.100Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.100Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:22.101Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:16:22.101Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.101Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-24T04:16:22.101Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-24T04:16:22.101Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c87d6ec9-8e67-436a-98b5-da44e4f8de1c
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-08-24T04:16:22.106Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.106Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:22.106Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:16:22.107Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.107Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-24T04:16:22.107Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1bc12647-fcc6-44c4-8497-2ead057eff03
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-08-24T04:16:22.110Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.111Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:22.111Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98: basic_cnf
2022-08-24T04:16:22.111Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.112Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:22.112Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.112Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:22.112Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.113Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:22.113Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.113Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:22.114Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:16:22.114Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:16:22.114Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:22.208Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4a03c095-d4b8-4015-afa0-9e08fbf58c27 1 ASDC deployResourceStructure
2022-08-24T04:16:22.209Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:22.209Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:22.210Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-24T04:16:22.210Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:22.213Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:22.214Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314582209,
  "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-08-24T04:16:22.314Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:22.315Z||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-08-24T04:16:22.315Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:22.332Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:22.333Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:23.214Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:23.215Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:23.215Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-24T04:16:23.216Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:23.218Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:23.219Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314583214,
  "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-08-24T04:16:23.319Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:23.321Z||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-08-24T04:16:23.322Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:23.341Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:23.342Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:24.219Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:24.220Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:24.220Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:16:24.220Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:24.222Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:24.223Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314584219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:16:24.326Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-24T04:16:24.327Z||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-08-24T04:16:24.327Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:24.345Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:24.346Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:25.224Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:25.226Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:25.226Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:16:25.226Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:25.228Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:25.228Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314585224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:16:25.329Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:25.330Z||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-08-24T04:16:25.330Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:25.398Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:25.399Z||pool-85-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:26.229Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:26.230Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:26.230Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:16:26.231Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:26.233Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:26.233Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314586229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:16:26.333Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:26.334Z||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-08-24T04:16:26.334Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:26.350Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:26.351Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:27.234Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:27.235Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:27.235Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:16:27.236Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:27.238Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:27.238Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314587234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:16:27.338Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:16:27.339Z||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-08-24T04:16:27.339Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:27.358Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:27.359Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:16:28.239Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae71913c-ef2b-48f0-9950-0c0b66342f8b
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-08-24T04:16:28.254Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae71913c-ef2b-48f0-9950-0c0b66342f8b
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-08-24T04:16:28.260Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:16:28.261Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:16:28.261Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:16:28.261Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:16:28.261Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:16:28.261Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:16:28.262Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:16:28.262Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:16:28.262Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:16:28.262Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:16:28.263Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:28.272Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:16:58.273Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae71913c-ef2b-48f0-9950-0c0b66342f8b 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-08-24T04:16:58.281Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae71913c-ef2b-48f0-9950-0c0b66342f8b and serviceModelVersionId: 51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98
2022-08-24T04:16:58.281Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54b9de5b-303a-4cac-b414-2dbf806b094f
2022-08-24T04:16:58.283Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54b9de5b-303a-4cac-b414-2dbf806b094f/model-vers/model-ver/51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98?depth=0
2022-08-24T04:16:58.289Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:16:58.374Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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/54b9de5b-303a-4cac-b414-2dbf806b094f/model-vers/model-ver/51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98?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-08-24T04:16:58.376Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b9de5b-303a-4cac-b414-2dbf806b094f/model-vers/model-ver/51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98?depth=0|INFO|500||Invoke
2022-08-24T04:16:58.415Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b9de5b-303a-4cac-b414-2dbf806b094f/model-vers/model-ver/51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:16:58.508Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b9de5b-303a-4cac-b414-2dbf806b094f/model-vers/model-ver/51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98?depth=0|INFO|500||InvokeReturn
2022-08-24T04:16:58.509Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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/54b9de5b-303a-4cac-b414-2dbf806b094f/model-vers/model-ver/51c0537f-ab4d-4fa2-90c0-bbe1b7d79f98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220824-04:16:57:708-45657], vertex-id=[229456], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:16:57 GMT], Content-Type=[application/json]}
2022-08-24T04:16:58.509Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:16:58.509Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:16:58.509Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:58.516Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|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-08-24T04:16:58.517Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae71913c-ef2b-48f0-9950-0c0b66342f8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:16:58.517Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:16:58.518Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:58.522Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:58.523Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314618517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:16:58.622Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:16:58.624Z||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-08-24T04:16:58.624Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:58.646Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:58.647Z||pool-88-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-24T04:16:59.539Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-24T04:16:59.540Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9f084901-6656-4bc0-b5df-469e298d8a38","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9c656a04-d826-43d0-a616-98f8873ad6c6","serviceDescription":"service","serviceInvariantUUID":"d25db435-dc32-49cc-98ac-336cda51508e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"707465bc-b082-408b-9e1d-a640478075d9","resourceInvariantUUID":"93d23aa0-8c71-48d2-a5ed-b1440d9f6559","resourceCustomizationUUID":"d057ad40-0c0d-406d-903b-36ccd4b867b4","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":"OGFhNzVmOTgzNGJlZTJkMmExNDczMzJmNDVkNjFkNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f7dcb04-a36d-43f2-9c6b-a32f0a2eb2fe","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":"YmJjNjk4NTE1NTBlY2UwNmFkYmI1Nzc5OTUzODA5ODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4732bf97-bc7e-45e2-8b2f-b0379c4bb6cb","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":"fcb4bc99-f13f-447b-8282-d195c4ba6483","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":"2f6ef864-49d6-421f-99d3-11339eef9b16","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":"2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a","artifactVersion":"2","generatedFromUUID":"fcb4bc99-f13f-447b-8282-d195c4ba6483"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTI2MGMyMGRkY2E5MDllOGQ4ZGUzMWJjMmM0NjliNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4f08bd6-5129-48b5-9a51-e14e3fcf33a9","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTFkOGQ5NmVmNzQ0OTQ4YThhNjQzYmQwYjE5M2FlNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da83a0bf-e16f-44e6-8547-e225d158065d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:16:59.540Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:16:59.540Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:16:59.543Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:16:59.543Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:16:59.643Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:16:59.644Z||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-08-24T04:16:59.645Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:16:59.697Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:16:59.698Z||pool-89-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:00.543Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:17:00.544Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:00.550Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:00.550Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:17:00.650Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:17:00.652Z||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-08-24T04:17:00.652Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:00.669Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:00.670Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:01.551Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:17:01.551Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:01.562Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:01.563Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:17:01.658Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-24T04:17:01.659Z||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-08-24T04:17:01.659Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:01.676Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:01.676Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:02.563Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:17:02.565Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:02.568Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:02.568Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:17:02.668Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:17:02.669Z||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-08-24T04:17:02.669Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:02.687Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:02.688Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:03.568Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:17:03.569Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:03.573Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:03.575Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-24T04:17:03.674Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:17:03.676Z||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-08-24T04:17:03.676Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:03.709Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:03.710Z||pool-93-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:04.576Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:17:04.577Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:04.580Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:04.580Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:17:04.680Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:17:04.682Z||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-08-24T04:17:04.682Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:04.706Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:04.707Z||pool-94-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:05.581Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:17:05.582Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:05.585Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:05.586Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:17:05.685Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:17:05.686Z||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-08-24T04:17:05.686Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:05.702Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:05.703Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:06.586Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9c656a04-d826-43d0-a616-98f8873ad6c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d25db435-dc32-49cc-98ac-336cda51508e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d057ad40-0c0d-406d-903b-36ccd4b867b4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "707465bc-b082-408b-9e1d-a640478075d9",
      "resourceInvariantUUID": "93d23aa0-8c71-48d2-a5ed-b1440d9f6559",
      "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": "YmJjNjk4NTE1NTBlY2UwNmFkYmI1Nzc5OTUzODA5ODQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4732bf97-bc7e-45e2-8b2f-b0379c4bb6cb",
          "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": "fcb4bc99-f13f-447b-8282-d195c4ba6483",
          "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": "2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a",
            "generatedFromUUID": "fcb4bc99-f13f-447b-8282-d195c4ba6483"
          },
          "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": "2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTFkOGQ5NmVmNzQ0OTQ4YThhNjQzYmQwYjE5M2FlNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da83a0bf-e16f-44e6-8547-e225d158065d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:17:06.590Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:17:06.590Z|ae71913c-ef2b-48f0-9950-0c0b66342f8b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9c656a04-d826-43d0-a616-98f8873ad6c6 ASDC
2022-08-24T04:17:06.591Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9f084901-6656-4bc0-b5df-469e298d8a38
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9c656a04-d826-43d0-a616-98f8873ad6c6
ServiceInvariantUUID:d25db435-dc32-49cc-98ac-336cda51508e
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:da83a0bf-e16f-44e6-8547-e225d158065d
ArtifactChecksum:NTFkOGQ5NmVmNzQ0OTQ4YThhNjQzYmQwYjE5M2FlNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d057ad40-0c0d-406d-903b-36ccd4b867b4
ResourceInvariantUUID:93d23aa0-8c71-48d2-a5ed-b1440d9f6559
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:707465bc-b082-408b-9e1d-a640478075d9
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:4732bf97-bc7e-45e2-8b2f-b0379c4bb6cb
ArtifactChecksum:YmJjNjk4NTE1NTBlY2UwNmFkYmI1Nzc5OTUzODA5ODQ=
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:fcb4bc99-f13f-447b-8282-d195c4ba6483
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:2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a
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:2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-24T04:17:06.591Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c656a04-d826-43d0-a616-98f8873ad6c6 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-08-24T04:17:06.666Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:17:06.667Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-24T04:17:06.667Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-24T04:17:06.667Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: da83a0bf-e16f-44e6-8547-e225d158065d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-24T04:17:06.667Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:17:06.667Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-24T04:17:07.008Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:17:07.011Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar da83a0bf-e16f-44e6-8547-e225d158065d 71057
2022-08-24T04:17:07.012Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-24T04:17:07.012Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-24T04:17:07.012Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:17:07.012Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:07.014Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:07.015Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314627012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:17:07.115Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:17:07.116Z||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-08-24T04:17:07.116Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:07.131Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:07.131Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:08.015Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:17:08.017Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-24T04:17:08.017Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: da83a0bf-e16f-44e6-8547-e225d158065d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-24T04:17:08.018Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-24T04:17:08.018Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-24T04:17:08.018Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-24T04:17:08.315Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15154494677838143022/Definitions/service-BasicVm-template.yml
2022-08-24T04:17:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:17:08.349Z||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-08-24T04:17:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:08.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:08.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:17:08.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7473805-ed37-4dd2-801f-6fc9ec40c4de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314558603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:17:08.408Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:17:08.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:17:08.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:17:08.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:17:08.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:17:08.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-24T04:17:08.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:17:08.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:17:08.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-24T04:17:08.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:17:08.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:17:08.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:17:08.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:17:08.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:17:08.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:17:08.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
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-08-24T04:17:09.822Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:17:09.823Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-24T04:17:09.824Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-24T04:17:09.824Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-24T04:17:09.824Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:09.824Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:09.824Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-BasicVm-csar.csar
2022-08-24T04:17:09.824Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:09.824Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-BasicVm-csar.csar
2022-08-24T04:17:09.825Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:09.825Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-BasicVm-csar.csar
2022-08-24T04:17:09.825Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:09.825Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:09.825Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-24T04:17:09.825Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.826Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:09.826Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:09.826Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-24T04:17:09.826Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:17:09.827Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.827Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:09.827Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:09.827Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-24T04:17:09.828Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:17:09.828Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.828Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:09.828Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.829Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-24T04:17:09.829Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-24T04:17:09.829Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-24T04:17:09.829Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-24T04:17:09.829Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-24T04:17:09.830Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-24T04:17:09.830Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.830Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:17:09.830Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.831Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:09.831Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:17:09.831Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.832Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:09.832Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:17:09.832Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.832Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:09.832Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:17:09.833Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.833Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-24T04:17:09.834Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-24T04:17:09.834Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-24T04:17:09.834Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ffae7d31-78a5-4eb5-9309-7eff43d49b6e
2022-08-24T04:17:09.834Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.834Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:09.835Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.835Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:09.835Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.835Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:09.836Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:09.836Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:09.836Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9c656a04-d826-43d0-a616-98f8873ad6c6
Model Version:NULL
Model InvariantUuid:d25db435-dc32-49cc-98ac-336cda51508e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a30db116-6e98-485d-9a2d-a6300c6e074c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:93d23aa0-8c71-48d2-a5ed-b1440d9f6559
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d057ad40-0c0d-406d-903b-36ccd4b867b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:38b014ce-a7cd-4e3f-b469-299c9b56ccec
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:85a9c587-4bac-4cc7-8b5a-785b85e72b84
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ffae7d31-78a5-4eb5-9309-7eff43d49b6e
ModelInvariantUuid:f6d568ce-9340-4408-8da3-14a20717c21c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:09114b97-35ee-4466-8125-0ac8cc40dafa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:056d090c-cdbd-4a5c-a4cf-3d7056ca8c5b
ModelInvariantUuid:5b94ba8d-6cb7-4f7d-9248-2d1c0bf99cc1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6ac2c274-4e6b-4932-a999-2cee5ea1fa68
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-08-24T04:17:09.972Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 707465bc-b082-408b-9e1d-a640478075d9
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-08-24T04:17:09.975Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-08-24T04:17:09.976Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 707465bc-b082-408b-9e1d-a640478075d9
2022-08-24T04:17:09.976Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4732bf97-bc7e-45e2-8b2f-b0379c4bb6cb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-24T04:17:09.976Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:17:09.976Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:10.039Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:17:10.040Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4732bf97-bc7e-45e2-8b2f-b0379c4bb6cb 787
2022-08-24T04:17:10.041Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:10.041Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:10.041Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:17:10.042Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:10.045Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:10.045Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314630040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:17:10.145Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:17:10.145Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:17:10.146Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:10.183Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:10.184Z||pool-97-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:17:11.046Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "38b014ce-a7cd-4e3f-b469-299c9b56ccec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85a9c587-4bac-4cc7-8b5a-785b85e72b84",
    "vfModuleModelCustomizationUUID": "f0c83108-9c26-4592-841d-c8107e4268da",
    "isBase": true,
    "artifacts": [
      "fcb4bc99-f13f-447b-8282-d195c4ba6483",
      "2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a"
    ],
    "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-08-24T04:17:11.054Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85a9c587-4bac-4cc7-8b5a-785b85e72b84
VfModuleModelInvariantUUID:38b014ce-a7cd-4e3f-b469-299c9b56ccec
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcb4bc99-f13f-447b-8282-d195c4ba6483
,
2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a

}
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-08-24T04:17:11.057Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "38b014ce-a7cd-4e3f-b469-299c9b56ccec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85a9c587-4bac-4cc7-8b5a-785b85e72b84",
    "vfModuleModelCustomizationUUID": "f0c83108-9c26-4592-841d-c8107e4268da",
    "isBase": true,
    "artifacts": [
      "fcb4bc99-f13f-447b-8282-d195c4ba6483",
      "2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a"
    ],
    "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-08-24T04:17:11.057Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85a9c587-4bac-4cc7-8b5a-785b85e72b84
VfModuleModelInvariantUUID:38b014ce-a7cd-4e3f-b469-299c9b56ccec
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcb4bc99-f13f-447b-8282-d195c4ba6483
,
2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a

}
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-08-24T04:17:11.057Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fcb4bc99-f13f-447b-8282-d195c4ba6483 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-24T04:17:11.058Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:17:11.058Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:11.129Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:17:11.130Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml fcb4bc99-f13f-447b-8282-d195c4ba6483 5033
2022-08-24T04:17:11.130Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:11.131Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:11.131Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:17:11.131Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:11.136Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:11.136Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314631130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:17:11.234Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:17:11.235Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:17:11.236Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:11.280Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:11.281Z||pool-98-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:12.138Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-24T04:17:12.138Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-24T04:17:12.138Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:12.188Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-24T04:17:12.188Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2ad4fcdf-67e8-42ea-b0cc-f3f7952acd6a 903
2022-08-24T04:17:12.189Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:12.189Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:12.189Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:17:12.189Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:12.191Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:12.191Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314632188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:17:12.291Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:17:12.292Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:17:12.292Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:12.309Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:12.310Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:13.197Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9c656a04-d826-43d0-a616-98f8873ad6c6
2022-08-24T04:17:13.197Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 707465bc-b082-408b-9e1d-a640478075d9 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-08-24T04:17:13.217Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cd1018, org.onap.sdc.toscaparser.api.parameters.Input@4e73bc77, org.onap.sdc.toscaparser.api.parameters.Input@285d5ea4, org.onap.sdc.toscaparser.api.parameters.Input@2757fbd, org.onap.sdc.toscaparser.api.parameters.Input@6953e23b]
2022-08-24T04:17:13.218Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.219Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:13.219Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-08-24T04:17:13.219Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d057ad40-0c0d-406d-903b-36ccd4b867b4
2022-08-24T04:17:13.219Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d057ad40-0c0d-406d-903b-36ccd4b867b4 matches Tosca VF Customization UUID: d057ad40-0c0d-406d-903b-36ccd4b867b4
2022-08-24T04:17:13.219Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d057ad40-0c0d-406d-903b-36ccd4b867b4  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-08-24T04:17:13.222Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.222Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:13.223Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d057ad40-0c0d-406d-903b-36ccd4b867b4: {\"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-08-24T04:17:13.223Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51dbbacf
2022-08-24T04:17:13.223Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.224Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:17:13.224Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0c83108-9c26-4592-841d-c8107e4268da
2022-08-24T04:17:13.224Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0c83108-9c26-4592-841d-c8107e4268da
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-08-24T04:17:13.226Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.227Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:13.227Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:17:13.227Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.227Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:13.227Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:17:13.228Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.228Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-24T04:17:13.228Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-24T04:17:13.228Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-24T04:17:13.228Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ffae7d31-78a5-4eb5-9309-7eff43d49b6e
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-08-24T04:17:13.230Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.231Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:13.231Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:17:13.231Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.231Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-24T04:17:13.231Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d057ad40-0c0d-406d-903b-36ccd4b867b4
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-08-24T04:17:13.233Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.233Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:13.233Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9c656a04-d826-43d0-a616-98f8873ad6c6: basic_vm
2022-08-24T04:17:13.234Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.234Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:13.234Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.234Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:13.234Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.235Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:13.235Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.235Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:13.235Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:17:13.235Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:17:13.235Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:13.320Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 707465bc-b082-408b-9e1d-a640478075d9 1 ASDC deployResourceStructure
2022-08-24T04:17:13.321Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:13.321Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:13.321Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:17:13.322Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:13.324Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:13.324Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314633321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:17:13.425Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:17:13.426Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:17:13.426Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:13.443Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:13.444Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:17:14.325Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:14.326Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:14.326Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:17:14.326Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:14.329Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:14.330Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314634325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:17:14.430Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:17:14.431Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:17:14.431Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:14.452Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:14.453Z||pool-101-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:15.331Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:15.331Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||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-08-24T04:17:15.331Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:17:15.331Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:15.334Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:15.334Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314635331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:17:15.434Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:17:15.435Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:17:15.436Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:15.461Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:15.462Z||pool-102-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:16.336Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-24T04:17:16.336Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-24T04:17:16.336Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:17:16.337Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:16.339Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:16.340Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314636335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:17:16.440Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:17:16.441Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:17:16.441Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:16.470Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:16.482Z||pool-103-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:17:17.340Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9f084901-6656-4bc0-b5df-469e298d8a38
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-08-24T04:17:17.355Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9f084901-6656-4bc0-b5df-469e298d8a38
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-08-24T04:17:17.359Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:17:17.359Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:17:17.359Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:17:17.359Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:17:17.359Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:17:17.359Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:17:17.360Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:17:17.360Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:17:17.360Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:17:17.360Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:17:17.360Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:17:17.366Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:17:47.366Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9f084901-6656-4bc0-b5df-469e298d8a38 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-08-24T04:17:47.372Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9f084901-6656-4bc0-b5df-469e298d8a38 and serviceModelVersionId: 9c656a04-d826-43d0-a616-98f8873ad6c6
2022-08-24T04:17:47.372Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d25db435-dc32-49cc-98ac-336cda51508e
2022-08-24T04:17:47.375Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?depth=0
2022-08-24T04:17:47.380Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:17:47.436Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?depth=0|INFO|500||Invoke
2022-08-24T04:17:47.437Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9f084901-6656-4bc0-b5df-469e298d8a38], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f0ec2ac-5d60-4f3c-bec1-3bba84fa0853], X-ECOMP-RequestID=[9f084901-6656-4bc0-b5df-469e298d8a38], X-TransactionId=[], X-ONAP-RequestID=[9f084901-6656-4bc0-b5df-469e298d8a38], Content-Type=[application/merge-patch+json]}
2022-08-24T04:17:47.463Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:17:47.584Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?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/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220824-04:17:46:768-81957], vertex-id=[209080], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:17:46 GMT], Content-Type=[application/json]}
2022-08-24T04:17:47.586Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:17:47.589Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d25db435-dc32-49cc-98ac-336cda51508e/model-vers/model-ver/9c656a04-d826-43d0-a616-98f8873ad6c6?depth=0|INFO|500||InvokeReturn
2022-08-24T04:17:47.589Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:17:47.589Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:17:47.597Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:17:47.598Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9f084901-6656-4bc0-b5df-469e298d8a38 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:17:47.598Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:17:47.598Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:17:47.601Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:17:47.601Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314667598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:17:47.703Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-24T04:17:47.704Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:17:47.704Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:47.741Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:47.742Z||pool-104-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-08-24T04:17:48.627Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:17:48.628Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:17:48.628Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:17:58.176Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:17:58.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:17:58.178Z||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-08-24T04:17:58.178Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:18:07.726Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:18:07.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:18:07.728Z||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-08-24T04:18:07.728Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:18:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:18:08.348Z||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-08-24T04:18:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:18:08.397Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:18:08.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:18:08.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-24T04:18:08.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314573623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314576718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314577780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:18:08.401Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314578884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:18:08.401Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314579971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:18:08.402Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314581047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:18:08.402Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314582209,
  "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-08-24T04:18:08.403Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314583214,
  "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-08-24T04:18:08.404Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314584219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:18:08.406Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314585224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:18:08.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314586229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:18:08.408Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314587234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:18:08.409Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae71913c-ef2b-48f0-9950-0c0b66342f8b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314618517,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:18:08.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:08.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:18:08.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:18:08.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:18:08.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:18:08.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-24T04:18:08.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:18:08.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314559635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:18:08.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:18:08.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:18:08.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314627012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:18:08.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:18:17.286Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:18:17.288Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:18:17.289Z||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-08-24T04:18:17.289Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:18:26.852Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:18:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:18:26.854Z||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-08-24T04:18:26.855Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:18:36.406Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:08.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:19:08.334Z||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-08-24T04:19:08.334Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:19:08.348Z||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-08-24T04:19:08.349Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:08.390Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:08.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314630040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:19:08.392Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:19:08.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314631130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:19:08.393Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:19:08.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314632188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:19:08.393Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:19:08.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314633321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:19:08.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:19:08.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314634325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:19:08.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:19:08.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314635331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:19:08.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:19:08.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314636335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:19:08.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:19:08.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9f084901-6656-4bc0-b5df-469e298d8a38",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314667598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:19:08.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:19:08.987Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:08.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-24T04:19:08.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"98f85cad-ca7f-46ab-9579-5f089cc93767","serviceName":"Demo_pNF_FPLXeUQhJOl3irfcT8Up","serviceVersion":"1.0","serviceUUID":"9c4bf405-f140-4cb7-af52-e2c10c9caccc","serviceDescription":"catalog service description","serviceInvariantUUID":"e0ad1715-7720-45cf-8e40-0861c8e079be","resources":[{"resourceInstanceName":"pNF e5f4ecd6-2ce0 0","resourceName":"pNF e5f4ecd6-2ce0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d78a1634-c153-47a9-9580-aab8bc2e391a","resourceInvariantUUID":"91fde982-6b1a-4b6e-88f5-4c3c3a38a5b7","resourceCustomizationUUID":"ff572115-5eda-48e7-b9d7-de59ef6c6f8f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml","artifactChecksum":"MjczNDBiMTI0NTIzZDkyYzZhNDVhNzM0MDI5Zjg1N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e01573ea-69a7-442d-b6fa-4a2a95450aae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar","artifactChecksum":"OGNhMGMyZjQ0NzI4YThkYzAzOGU0YjU1OTNhYjljZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67ad50ec-66ea-4225-af3f-d7ae2d6c1f22","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2936da91-91b7-4622-ab11-f7c708026e68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQ1Nzg4Y2U0NjE5MTAyMTU2Yjg4ZjdiOGExYmFlM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c63c65c-3ddb-4179-bd7f-de13c1ef00fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4c7c5486-a73e-4b68-9668-e4fab80fe875","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0c14907-2435-49c2-8d18-9bdb8e6bd5d9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFplxeuqhjol3irfct8up-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml","artifactChecksum":"YjMzNjU1OWU4MzY3MzU5MTE0NTU0OTVkOTlmZjU2MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b47ab56-9433-4d89-8322-84497ed8b65f","artifactVersion":"1"},{"artifactName":"service-DemoPnfFplxeuqhjol3irfct8up-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar","artifactChecksum":"YWQ1YzVlNTI5ZTljYmE3ZTllZTUyNjQ1NzQxOGRjZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff6c1fc9-9d44-43c9-a413-4ebf7d1d19f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:19:08.992Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:19:08.993Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:08.998Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:08.998Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:19:09.099Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:19:09.100Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:09.100Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:09.116Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:09.117Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:09.999Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:19:10.000Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:10.002Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:10.002Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:19:10.102Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:19:10.103Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:10.104Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:10.126Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:10.126Z||pool-106-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:19:11.004Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:19:11.005Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:11.010Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:11.010Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:19:11.111Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:19:11.112Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:11.112Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:11.143Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:11.143Z||pool-107-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:12.014Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:19:12.014Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:12.016Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:12.016Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:19:12.117Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:19:12.118Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:12.118Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:12.134Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:12.134Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:13.017Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:19:13.018Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:13.021Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:13.021Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:19:13.122Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:19:13.123Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:13.123Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:13.141Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:13.142Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:14.022Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:19:14.024Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:14.027Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:14.028Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:19:14.127Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:19:14.129Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:14.129Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:14.151Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:14.152Z||pool-110-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:15.029Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:19:15.030Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:15.033Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:15.033Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:19:15.133Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:19:15.134Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:15.134Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:15.164Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:15.164Z||pool-111-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:16.033Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:19:16.035Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:16.037Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:16.037Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:19:16.138Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:19:16.139Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:16.139Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:16.194Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:16.195Z||pool-112-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:17.039Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "serviceName": "Demo_pNF_FPLXeUQhJOl3irfcT8Up",
  "serviceVersion": "1.0",
  "serviceUUID": "9c4bf405-f140-4cb7-af52-e2c10c9caccc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e0ad1715-7720-45cf-8e40-0861c8e079be",
  "resources": [
    {
      "resourceInstanceName": "pNF e5f4ecd6-2ce0 0",
      "resourceCustomizationUUID": "ff572115-5eda-48e7-b9d7-de59ef6c6f8f",
      "resourceName": "pNF e5f4ecd6-2ce0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d78a1634-c153-47a9-9580-aab8bc2e391a",
      "resourceInvariantUUID": "91fde982-6b1a-4b6e-88f5-4c3c3a38a5b7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
      "artifactChecksum": "YWQ1YzVlNTI5ZTljYmE3ZTllZTUyNjQ1NzQxOGRjZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ff6c1fc9-9d44-43c9-a413-4ebf7d1d19f9"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:19:17.039Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:19:17.039Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9c4bf405-f140-4cb7-af52-e2c10c9caccc ASDC
2022-08-24T04:19:17.040Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:98f85cad-ca7f-46ab-9579-5f089cc93767
ServiceName:Demo_pNF_FPLXeUQhJOl3irfcT8Up
ServiceVersion:1.0
ServiceUUID:9c4bf405-f140-4cb7-af52-e2c10c9caccc
ServiceInvariantUUID:e0ad1715-7720-45cf-8e40-0861c8e079be
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
ArtifactUUID:ff6c1fc9-9d44-43c9-a413-4ebf7d1d19f9
ArtifactChecksum:YWQ1YzVlNTI5ZTljYmE3ZTllZTUyNjQ1NzQxOGRjZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e5f4ecd6-2ce0 0
ResourceCustomizationUUID:ff572115-5eda-48e7-b9d7-de59ef6c6f8f
ResourceInvariantUUID:91fde982-6b1a-4b6e-88f5-4c3c3a38a5b7
ResourceName:pNF e5f4ecd6-2ce0
ResourceType:PNF
ResourceUUID:d78a1634-c153-47a9-9580-aab8bc2e391a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-24T04:19:17.040Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c4bf405-f140-4cb7-af52-e2c10c9caccc 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-08-24T04:19:17.102Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:19:17.103Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-24T04:19:17.104Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-24T04:19:17.104Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff6c1fc9-9d44-43c9-a413-4ebf7d1d19f9 from URL: /sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:17.104Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-24T04:19:17.105Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:17.184Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-24T04:19:17.189Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar ff6c1fc9-9d44-43c9-a413-4ebf7d1d19f9 82654
2022-08-24T04:19:17.189Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar ASDC sendASDCNotification
2022-08-24T04:19:17.190Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:17.190Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:19:17.190Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:17.193Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:17.193Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314757189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:19:17.293Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:19:17.294Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:17.295Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:17.311Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:17.311Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:18.194Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:19:18.196Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-24T04:19:18.196Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ff6c1fc9-9d44-43c9-a413-4ebf7d1d19f9, URL: /sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar to file: /app/ASDC/1/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:18.196Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:18.197Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:18.197Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:18.465Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP721716569814488907/Definitions/service-DemoPnfFplxeuqhjol3irfct8up-template.yml
2022-08-24T04:19:19.447Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.448Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e5f4ecd6-2ce0 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-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.449Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.449Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-24T04:19:19.449Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.449Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.449Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Node template pNF e5f4ecd6-2ce0 0 is matching search criteria
2022-08-24T04:19:19.450Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-24T04:19:19.450Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e5f4ecd6-2ce0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:19:19.450Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.450Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.450Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Node template pNF e5f4ecd6-2ce0 0 is matching search criteria
2022-08-24T04:19:19.450Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-24T04:19:19.450Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e5f4ecd6-2ce0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:19:19.451Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.451Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.451Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.451Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.451Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.451Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.452Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.452Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.452Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.452Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.452Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FPLXeUQhJOl3irfcT8Up
Description:catalog service description
Model UUID:9c4bf405-f140-4cb7-af52-e2c10c9caccc
Model Version:NULL
Model InvariantUuid:e0ad1715-7720-45cf-8e40-0861c8e079be
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-08-24T04:19:19.459Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d78a1634-c153-47a9-9580-aab8bc2e391a
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-08-24T04:19:19.467Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||pNF e5f4ecd6-2ce0 0
2022-08-24T04:19:19.467Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d78a1634-c153-47a9-9580-aab8bc2e391a
2022-08-24T04:19:19.467Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 9c4bf405-f140-4cb7-af52-e2c10c9caccc
2022-08-24T04:19:19.467Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9c4bf405-f140-4cb7-af52-e2c10c9caccc
2022-08-24T04:19:19.468Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e5f4ecd6-2ce0 0 d78a1634-c153-47a9-9580-aab8bc2e391a 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-08-24T04:19:19.472Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a3e91b9, org.onap.sdc.toscaparser.api.parameters.Input@653ea52e, org.onap.sdc.toscaparser.api.parameters.Input@15ab2abc, org.onap.sdc.toscaparser.api.parameters.Input@46770e13, org.onap.sdc.toscaparser.api.parameters.Input@181afc3d]
2022-08-24T04:19:19.473Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.473Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.473Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9c4bf405-f140-4cb7-af52-e2c10c9caccc: pNF e5f4ecd6-2ce0
2022-08-24T04:19:19.473Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||Processing PNF resource: d78a1634-c153-47a9-9580-aab8bc2e391a
2022-08-24T04:19:19.474Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:19:19.474Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_FPLXeUQhJOl3irfcT8Up is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:19:19.474Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||Resource customization UUID: ff572115-5eda-48e7-b9d7-de59ef6c6f8f is the same as notified resource customizationUUID: ff572115-5eda-48e7-b9d7-de59ef6c6f8f
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-08-24T04:19:19.512Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e5f4ecd6-2ce0 d78a1634-c153-47a9-9580-aab8bc2e391a 0 ASDC deployResourceStructure
2022-08-24T04:19:19.512Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar ASDC sendASDCNotification
2022-08-24T04:19:19.512Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar
2022-08-24T04:19:19.512Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:19:19.513Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:19:19.516Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:19:19.516Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314759512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:19:19.616Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:19:19.617Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:19:19.618Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:19:19.644Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:19:19.645Z||pool-114-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:19:20.516Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98f85cad-ca7f-46ab-9579-5f089cc93767
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-08-24T04:19:20.526Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98f85cad-ca7f-46ab-9579-5f089cc93767
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-08-24T04:19:20.529Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:19:20.529Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:19:20.529Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:19:50.530Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98f85cad-ca7f-46ab-9579-5f089cc93767
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-08-24T04:19:50.542Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98f85cad-ca7f-46ab-9579-5f089cc93767
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-08-24T04:19:50.545Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:19:50.546Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:19:50.546Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:20:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:20:08.348Z||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-08-24T04:20:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:08.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:08.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314709142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314714803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314709142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314714803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314709142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314714803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314718356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314709142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314714803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314718356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314709142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314714803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314718356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314709142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314714803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314718356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314709142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314714803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314718356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314709142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314710642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314714803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:20:08.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314718356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314723921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314725021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:20:08.406Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314725050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:20:08.406Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314718356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314723921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "cds",
  "timestamp": 1661314726061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-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-08-24T04:20:08.415Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98f85cad-ca7f-46ab-9579-5f089cc93767
2022-08-24T04:20:08.415Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f85cad-ca7f-46ab-9579-5f089cc93767 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-08-24T04:20:08.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314718356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:20:08.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314723921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314727156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:20:08.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314723921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314728163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:20:08.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314723921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314723921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:20:08.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "policy-id",
  "timestamp": 1661314729169,
  "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-08-24T04:20:08.433Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98f85cad-ca7f-46ab-9579-5f089cc93767
2022-08-24T04:20:08.434Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f85cad-ca7f-46ab-9579-5f089cc93767 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-08-24T04:20:08.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314730192,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:20:08.445Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314723921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "aai-ml",
  "timestamp": 1661314731199,
  "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-08-24T04:20:08.450Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98f85cad-ca7f-46ab-9579-5f089cc93767
2022-08-24T04:20:08.450Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f85cad-ca7f-46ab-9579-5f089cc93767 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-08-24T04:20:08.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314723921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314732689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:20:08.460Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314733399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314733725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:20:08.461Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314732996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314733399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314734728,
  "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-08-24T04:20:08.467Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 98f85cad-ca7f-46ab-9579-5f089cc93767
2022-08-24T04:20:08.468Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f85cad-ca7f-46ab-9579-5f089cc93767 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-08-24T04:20:08.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314732996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314733399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314732996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314733399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314732996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314733399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314732996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314733399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314732996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314733399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314732996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:08.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314733399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:20:08.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314732996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:20:08.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:20:08.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314741788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:20:08.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314743728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:20:08.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:08.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314744731,
  "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-08-24T04:20:08.488Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98f85cad-ca7f-46ab-9579-5f089cc93767
2022-08-24T04:20:08.488Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f85cad-ca7f-46ab-9579-5f089cc93767 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-08-24T04:20:08.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:20:08.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314746374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:20:08.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:20:20.546Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98f85cad-ca7f-46ab-9579-5f089cc93767
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-08-24T04:20:20.558Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98f85cad-ca7f-46ab-9579-5f089cc93767
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-08-24T04:20:20.560Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:20:20.560Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:20:20.561Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:20:20.561Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:20:20.561Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:20:20.561Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:20:20.562Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:20:20.562Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:20:20.562Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:20:20.563Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:20:20.563Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-08-24T04:20:20.569Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:20:50.569Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98f85cad-ca7f-46ab-9579-5f089cc93767 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-08-24T04:20:50.575Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98f85cad-ca7f-46ab-9579-5f089cc93767 and serviceModelVersionId: 9c4bf405-f140-4cb7-af52-e2c10c9caccc
2022-08-24T04:20:50.576Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0ad1715-7720-45cf-8e40-0861c8e079be
2022-08-24T04:20:50.577Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?depth=0
2022-08-24T04:20:50.582Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:20:50.629Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?depth=0|INFO|500||Invoke
2022-08-24T04:20:50.630Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98f85cad-ca7f-46ab-9579-5f089cc93767], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b98a824b-3133-4c81-9dec-6996fdac36d7], X-ECOMP-RequestID=[98f85cad-ca7f-46ab-9579-5f089cc93767], X-TransactionId=[], X-ONAP-RequestID=[98f85cad-ca7f-46ab-9579-5f089cc93767], Content-Type=[application/merge-patch+json]}
2022-08-24T04:20:50.654Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:20:50.747Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?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/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220824-04:20:49:934-58547], vertex-id=[196856], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:20:49 GMT], Content-Type=[application/json]}
2022-08-24T04:20:50.747Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:20:50.748Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0ad1715-7720-45cf-8e40-0861c8e079be/model-vers/model-ver/9c4bf405-f140-4cb7-af52-e2c10c9caccc?depth=0|INFO|500||InvokeReturn
2022-08-24T04:20:50.748Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:20:50.749Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-08-24T04:20:50.758Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-08-24T04:20:50.758Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98f85cad-ca7f-46ab-9579-5f089cc93767 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:20:50.758Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:20:50.760Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:50.762Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:50.762Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314850758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:20:50.862Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:20:50.864Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:50.864Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:50.903Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:50.903Z||pool-115-thread-1|||||INFO|500||cambria reply ok (40 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-08-24T04:20:51.777Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:20:51.778Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:20:51.779Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:52.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:52.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:20:52.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a3307c0-d96d-4f62-a545-6559ff24f1bc","serviceName":"Demo_pNF_5dRzH0VuZH3UeHD4Gbp2","serviceVersion":"1.0","serviceUUID":"4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5","serviceDescription":"catalog service description","serviceInvariantUUID":"276f982f-efd3-4755-ace1-fdaa6b912bd9","resources":[{"resourceInstanceName":"pNF c9af919e-8fc1 0","resourceName":"pNF c9af919e-8fc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2f6a15dd-25cc-4686-b204-eecdf82cf817","resourceInvariantUUID":"f4d7c078-1153-4668-88fb-ff2bad7adf49","resourceCustomizationUUID":"a0f33598-16bd-485d-aa69-4635e7ee042b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml","artifactChecksum":"MjhiZjQxZjMzMzBhYTQzNjY0ZjNjODYxYTkwNmIzZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67124d84-a873-4871-b3cf-55c55e246a9a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar","artifactChecksum":"OGNhMGMyZjQ0NzI4YThkYzAzOGU0YjU1OTNhYjljZDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16851536-1f53-467b-8450-203acf0b113b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39043fe2-02f6-4966-b12b-d956b7871967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml","artifactChecksum":"YzkxMDE3YjRjZWRmNDc2MTAzZTQwNzc4MmJjMGMzMzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a08c48c-7221-43c8-9ef0-e09b341dcc1d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59961484-63f8-4ba7-9646-46aab8af9cd0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93c6ac2a-cf5d-423b-aaec-2a5fcfba48a2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml","artifactChecksum":"OGM2M2IwY2M1Y2IwYTIxNDY2NzVmNzlkNWMyNDc3ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b59882ce-38fe-4fe1-9ad4-6f18ba5a34ef","artifactVersion":"1"},{"artifactName":"service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar","artifactChecksum":"ZjBkNzdkYjVjNDkzMTQ5NzQzZTRlOThkNWVhOTcyYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"731fa238-d7ff-4adb-a6d6-dc12c504577e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:20:52.426Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:20:52.426Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:52.429Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:52.429Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:52.529Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:20:52.531Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:52.531Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:52.562Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:52.563Z||pool-116-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:20:53.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:20:53.431Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:53.433Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:53.433Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:53.534Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:20:53.535Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:53.535Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:53.553Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:53.554Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:20:54.434Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:20:54.435Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:54.438Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:54.438Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:54.538Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:20:54.540Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:54.540Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:54.554Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:54.555Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:20:55.439Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:20:55.440Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:55.443Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:55.443Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:55.543Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:20:55.544Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:55.545Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:55.566Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:55.567Z||pool-119-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:20:56.444Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:20:56.445Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:56.446Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:56.446Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:56.547Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:20:56.548Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:56.548Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:56.606Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:56.606Z||pool-120-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:20:57.447Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:20:57.448Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:57.452Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:57.453Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:57.551Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:20:57.552Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:57.554Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:57.574Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:57.575Z||pool-121-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:20:58.454Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:20:58.456Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:58.459Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:58.459Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:20:58.560Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:20:58.561Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:58.561Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:58.591Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:58.591Z||pool-122-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:20:59.461Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:20:59.468Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:20:59.471Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:20:59.471Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:20:59.571Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:20:59.572Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:20:59.572Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:20:59.591Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:20:59.592Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":4,"count":1}
2022-08-24T04:21:00.480Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "serviceName": "Demo_pNF_5dRzH0VuZH3UeHD4Gbp2",
  "serviceVersion": "1.0",
  "serviceUUID": "4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "276f982f-efd3-4755-ace1-fdaa6b912bd9",
  "resources": [
    {
      "resourceInstanceName": "pNF c9af919e-8fc1 0",
      "resourceCustomizationUUID": "a0f33598-16bd-485d-aa69-4635e7ee042b",
      "resourceName": "pNF c9af919e-8fc1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2f6a15dd-25cc-4686-b204-eecdf82cf817",
      "resourceInvariantUUID": "f4d7c078-1153-4668-88fb-ff2bad7adf49",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
      "artifactChecksum": "ZjBkNzdkYjVjNDkzMTQ5NzQzZTRlOThkNWVhOTcyYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "731fa238-d7ff-4adb-a6d6-dc12c504577e"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:21:00.480Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:21:00.481Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5 ASDC
2022-08-24T04:21:00.481Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0a3307c0-d96d-4f62-a545-6559ff24f1bc
ServiceName:Demo_pNF_5dRzH0VuZH3UeHD4Gbp2
ServiceVersion:1.0
ServiceUUID:4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5
ServiceInvariantUUID:276f982f-efd3-4755-ace1-fdaa6b912bd9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
ArtifactUUID:731fa238-d7ff-4adb-a6d6-dc12c504577e
ArtifactChecksum:ZjBkNzdkYjVjNDkzMTQ5NzQzZTRlOThkNWVhOTcyYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c9af919e-8fc1 0
ResourceCustomizationUUID:a0f33598-16bd-485d-aa69-4635e7ee042b
ResourceInvariantUUID:f4d7c078-1153-4668-88fb-ff2bad7adf49
ResourceName:pNF c9af919e-8fc1
ResourceType:PNF
ResourceUUID:2f6a15dd-25cc-4686-b204-eecdf82cf817
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-24T04:21:00.481Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5 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-08-24T04:21:00.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:21:00.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-24T04:21:00.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-24T04:21:00.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 731fa238-d7ff-4adb-a6d6-dc12c504577e from URL: /sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:00.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-08-24T04:21:00.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:00.609Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-08-24T04:21:00.613Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar 731fa238-d7ff-4adb-a6d6-dc12c504577e 82663
2022-08-24T04:21:00.614Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar ASDC sendASDCNotification
2022-08-24T04:21:00.614Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:00.614Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:21:00.614Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:21:00.616Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:21:00.616Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314860614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:21:00.716Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:21:00.717Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:21:00.717Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:21:00.738Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:21:00.739Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:21:01.617Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:21:01.618Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-08-24T04:21:01.618Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 731fa238-d7ff-4adb-a6d6-dc12c504577e, URL: /sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar to file: /app/ASDC/1/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:01.618Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:01.619Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:01.619Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:01.843Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14951494915664410731/Definitions/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml
2022-08-24T04:21:02.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||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-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||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-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||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-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||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-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c9af919e-8fc1 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-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||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-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-08-24T04:21:02.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Node template pNF c9af919e-8fc1 0 is matching search criteria
2022-08-24T04:21:02.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-24T04:21:02.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c9af919e-8fc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:21:02.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.725Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Node template pNF c9af919e-8fc1 0 is matching search criteria
2022-08-24T04:21:02.725Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-08-24T04:21:02.725Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c9af919e-8fc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:21:02.725Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.725Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.725Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.726Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.726Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.726Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.726Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.726Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.726Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.727Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.727Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5dRzH0VuZH3UeHD4Gbp2
Description:catalog service description
Model UUID:4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5
Model Version:NULL
Model InvariantUuid:276f982f-efd3-4755-ace1-fdaa6b912bd9
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-08-24T04:21:02.735Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2f6a15dd-25cc-4686-b204-eecdf82cf817
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-08-24T04:21:02.739Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||pNF c9af919e-8fc1 0
2022-08-24T04:21:02.739Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2f6a15dd-25cc-4686-b204-eecdf82cf817
2022-08-24T04:21:02.739Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5
2022-08-24T04:21:02.739Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5
2022-08-24T04:21:02.740Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c9af919e-8fc1 0 2f6a15dd-25cc-4686-b204-eecdf82cf817 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-08-24T04:21:02.746Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18fb69fc, org.onap.sdc.toscaparser.api.parameters.Input@addf4c9, org.onap.sdc.toscaparser.api.parameters.Input@107f821b, org.onap.sdc.toscaparser.api.parameters.Input@74af6038, org.onap.sdc.toscaparser.api.parameters.Input@375853d8]
2022-08-24T04:21:02.746Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.746Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.747Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5: pNF c9af919e-8fc1
2022-08-24T04:21:02.747Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Processing PNF resource: 2f6a15dd-25cc-4686-b204-eecdf82cf817
2022-08-24T04:21:02.747Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:21:02.747Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_5dRzH0VuZH3UeHD4Gbp2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:21:02.748Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Resource customization UUID: a0f33598-16bd-485d-aa69-4635e7ee042b is the same as notified resource customizationUUID: a0f33598-16bd-485d-aa69-4635e7ee042b
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-08-24T04:21:02.786Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c9af919e-8fc1 2f6a15dd-25cc-4686-b204-eecdf82cf817 0 ASDC deployResourceStructure
2022-08-24T04:21:02.787Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar ASDC sendASDCNotification
2022-08-24T04:21:02.787Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar
2022-08-24T04:21:02.787Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:21:02.787Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:21:02.790Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:21:02.790Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314862787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:21:02.890Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:21:02.891Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:21:02.892Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:21:02.914Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:21:02.915Z||pool-125-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:21:03.792Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:21:03.807Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:21:03.809Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:21:03.809Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:21:03.810Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:21:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:21:08.348Z||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-08-24T04:21:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:21:08.377Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:21:08.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:21:08.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314748389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:21:08.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:21:33.810Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:21:33.839Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:21:33.842Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:21:33.842Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:21:33.843Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:22:03.844Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:22:03.858Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:22:03.861Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:22:03.861Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:22:03.861Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:22:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:22:08.348Z||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-08-24T04:22:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:22:08.385Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:22:08.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:22:08.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:22:08.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "clamp",
  "timestamp": 1661314749395,
  "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-08-24T04:22:08.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98f85cad-ca7f-46ab-9579-5f089cc93767
2022-08-24T04:22:08.403Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98f85cad-ca7f-46ab-9579-5f089cc93767 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-08-24T04:22:08.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:22:08.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:22:08.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:22:08.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:22:08.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:22:08.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:22:08.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:22:08.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:22:08.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/resourceInstances/pnfe5f4ecd62ce00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314748333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314757189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:22:08.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:22:08.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:22:08.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314759512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFplxeuqhjol3irfct8up/1.0/artifacts/service-DemoPnfFplxeuqhjol3irfct8up-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:22:08.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:22:33.862Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:22:33.877Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:22:33.879Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:22:33.879Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:22:33.880Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:23:03.880Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:23:03.897Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:23:03.900Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:23:03.901Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:23:03.901Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:23:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:23:08.348Z||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-08-24T04:23:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:23:08.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:23:08.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314822996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314823399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314819805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314822996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314819805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314823399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314822996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314819805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314823399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314829142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314822996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314823399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314819805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314829142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314822996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314823399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314819805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314830642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314829142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314822996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314823399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314819805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314830642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314829142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314822996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314823399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314819805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314830642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314829142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314822996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:23:08.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314823921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314819805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:23:08.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314823399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:23:08.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:23:08.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314830642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314829142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314835653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:23:08.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:08.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314830642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314835102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:23:08.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:08.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314835347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:23:08.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:08.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314835327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:23:08.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:08.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314829142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314830642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314836674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:23:08.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:08.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "cds",
  "timestamp": 1661314836354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-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-08-24T04:23:08.953Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a3307c0-d96d-4f62-a545-6559ff24f1bc
2022-08-24T04:23:08.954Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a3307c0-d96d-4f62-a545-6559ff24f1bc 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-08-24T04:23:08.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314836352,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:23:08.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:08.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661314829142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:23:08.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314836932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:23:08.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:08.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661314837677,
  "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-08-24T04:23:08.974Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0a3307c0-d96d-4f62-a545-6559ff24f1bc
2022-08-24T04:23:08.974Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a3307c0-d96d-4f62-a545-6559ff24f1bc 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-08-24T04:23:08.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314830642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:08.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:08.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:08.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "policy-id",
  "timestamp": 1661314837357,
  "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-08-24T04:23:08.993Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a3307c0-d96d-4f62-a545-6559ff24f1bc
2022-08-24T04:23:08.994Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a3307c0-d96d-4f62-a545-6559ff24f1bc 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-08-24T04:23:09.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661314837936,
  "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-08-24T04:23:09.013Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a3307c0-d96d-4f62-a545-6559ff24f1bc
2022-08-24T04:23:09.013Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a3307c0-d96d-4f62-a545-6559ff24f1bc 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-08-24T04:23:09.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314830642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:23:09.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314839406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:23:09.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:09.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314844286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:23:09.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:09.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314845392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:23:09.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:09.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "aai-ml",
  "timestamp": 1661314845291,
  "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-08-24T04:23:09.038Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a3307c0-d96d-4f62-a545-6559ff24f1bc
2022-08-24T04:23:09.038Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a3307c0-d96d-4f62-a545-6559ff24f1bc 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-08-24T04:23:09.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314847406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:23:09.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:09.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "clamp",
  "timestamp": 1661314848430,
  "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-08-24T04:23:09.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a3307c0-d96d-4f62-a545-6559ff24f1bc
2022-08-24T04:23:09.054Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a3307c0-d96d-4f62-a545-6559ff24f1bc 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-08-24T04:23:09.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "98f85cad-ca7f-46ab-9579-5f089cc93767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314850758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:23:09.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:09.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:09.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:09.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:09.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:09.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/resourceInstances/pnfc9af919e8fc10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314851777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:23:09.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:23:09.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314860614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:23:09.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:09.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-24T04:23:09.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661314862787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5drzh0vuzh3uehd4gbp2/1.0/artifacts/service-DemoPnf5drzh0vuzh3uehd4gbp2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:23:09.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:23:33.902Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:23:33.942Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc
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-08-24T04:23:33.949Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:23:33.949Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:23:33.949Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:23:33.950Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:23:33.950Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:23:33.950Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:23:33.950Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:23:33.950Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:23:33.950Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:23:33.951Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:23:33.951Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:23:33.951Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||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-08-24T04:23:33.961Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:24:03.965Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc 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-08-24T04:24:03.979Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a3307c0-d96d-4f62-a545-6559ff24f1bc and serviceModelVersionId: 4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5
2022-08-24T04:24:03.979Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 276f982f-efd3-4755-ace1-fdaa6b912bd9
2022-08-24T04:24:03.981Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?depth=0
2022-08-24T04:24:04.021Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:24:04.108Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?depth=0|INFO|500||Invoke
2022-08-24T04:24:04.110Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a3307c0-d96d-4f62-a545-6559ff24f1bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4dcb3379-3a72-443d-913d-d6ab16b07727], X-ECOMP-RequestID=[0a3307c0-d96d-4f62-a545-6559ff24f1bc], X-TransactionId=[], X-ONAP-RequestID=[0a3307c0-d96d-4f62-a545-6559ff24f1bc], Content-Type=[application/merge-patch+json]}
2022-08-24T04:24:04.171Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:24:04.293Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?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/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220824-04:24:03:449-63360], vertex-id=[274440], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:24:03 GMT], Content-Type=[application/json]}
2022-08-24T04:24:04.294Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:24:04.295Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/276f982f-efd3-4755-ace1-fdaa6b912bd9/model-vers/model-ver/4d1c84aa-5ebe-4543-bc87-c5cc4ce241d5?depth=0|INFO|500||InvokeReturn
2022-08-24T04:24:04.295Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:24:04.295Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||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-08-24T04:24:04.317Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||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-08-24T04:24:04.319Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a3307c0-d96d-4f62-a545-6559ff24f1bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:24:04.319Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:24:04.320Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:24:04.328Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:24:04.328Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315044319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:24:04.425Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-24T04:24:04.426Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:24:04.426Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:24:04.456Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:24:04.457Z||pool-126-thread-1|||||INFO|500||cambria reply ok (32 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-08-24T04:24:05.346Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:24:05.347Z||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-08-24T04:24:05.347Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:24:08.347Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:24:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:24:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:24:09.001Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:24:09.002Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-24T04:24:09.002Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a3307c0-d96d-4f62-a545-6559ff24f1bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315044319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:24:09.003Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:24:15.639Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:24:15.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:24:15.640Z||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-08-24T04:24:15.641Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:24:25.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:24:25.196Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:24:25.196Z||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-08-24T04:24:25.197Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:24:34.757Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:24:34.758Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:24:34.759Z||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-08-24T04:24:34.759Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:24:44.361Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:25:08.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:25:08.335Z||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-08-24T04:25:08.335Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:25:08.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:25:08.348Z||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-08-24T04:25:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:25:17.935Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:25:17.937Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:26:08.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:26:08.336Z||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-08-24T04:26:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:26:08.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:26:08.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:26:08.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:26:17.919Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:26:17.923Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:27:08.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:27:08.335Z||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-08-24T04:27:08.336Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:27:08.347Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:27:08.348Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:27:08.348Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:27:17.929Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:27:17.930Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:28:08.338Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:28:08.339Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:28:08.339Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:28:08.347Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:28:08.347Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:28:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:28:17.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:28:17.938Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:29:08.333Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:29:08.335Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:29:08.335Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:29:08.347Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:29:08.348Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-08-24T04:29:08.348Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:29:17.930Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:29:17.930Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:08.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:30:08.336Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:30:08.337Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:08.347Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:30:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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-08-24T04:30:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:08.506Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:08.517Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.517Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.519Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.519Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.519Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.519Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.519Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.519Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.519Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.519Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.520Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.520Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.520Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.520Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.520Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.520Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.520Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.521Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.521Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.521Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.521Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.521Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.521Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.521Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.521Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.522Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.522Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.522Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.522Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.522Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.522Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.522Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.523Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.523Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.523Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.523Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.523Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.523Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.523Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.524Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.524Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.524Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.524Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.524Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.524Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.524Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.525Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.525Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.525Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.525Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.533Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.534Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.534Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.534Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.534Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.534Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.535Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.535Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.535Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.535Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.535Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.535Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.535Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.536Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.536Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.536Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.536Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.536Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.536Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.536Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.536Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.537Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.538Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.539Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.540Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.540Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.540Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.540Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.540Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.540Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.540Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.540Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.541Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.541Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.541Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.541Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.549Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.549Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.550Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.551Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.552Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.552Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.552Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.552Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.552Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.552Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.552Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.552Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.553Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.554Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.554Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.554Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.554Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.554Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.554Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315369142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315363921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315362997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.555Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315363399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.556Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.556Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.556Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315359803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.556Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.556Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.556Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.556Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.561Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.562Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.562Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.562Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.562Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315380289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.562Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.562Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.562Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315379733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315380010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315370642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.563Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315381376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315381584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315382438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.564Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.565Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.565Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.565Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.565Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.565Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315382288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:08.565Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.566Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.566Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.566Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.567Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.567Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315383555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.567Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.567Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.567Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315383294,
  "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=?
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-08-24T04:30:08.595Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7298d104-d586-4610-8508-d016a8bb0c97
2022-08-24T04:30:08.595Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7298d104-d586-4610-8508-d016a8bb0c97 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-08-24T04:30:08.609Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.610Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "cds",
  "timestamp": 1661315383804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-24T04:30:08.616Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7298d104-d586-4610-8508-d016a8bb0c97
2022-08-24T04:30:08.616Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7298d104-d586-4610-8508-d016a8bb0c97 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-08-24T04:30:08.628Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.628Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.629Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.631Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.631Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315384676,
  "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-08-24T04:30:08.640Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7298d104-d586-4610-8508-d016a8bb0c97
2022-08-24T04:30:08.641Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7298d104-d586-4610-8508-d016a8bb0c97 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-08-24T04:30:08.652Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.652Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.653Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.653Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.654Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315385680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:08.654Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.654Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.655Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.655Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.655Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.655Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.656Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.656Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.656Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315378356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.656Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.656Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.656Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315389513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.657Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.657Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.657Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315389210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:08.657Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.657Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.657Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315389557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:08.657Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.658Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.658Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315390217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:08.658Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.658Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.658Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "aai-ml",
  "timestamp": 1661315390563,
  "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-08-24T04:30:08.665Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7298d104-d586-4610-8508-d016a8bb0c97
2022-08-24T04:30:08.665Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7298d104-d586-4610-8508-d016a8bb0c97 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-08-24T04:30:08.677Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.678Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "policy-id",
  "timestamp": 1661315391222,
  "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-08-24T04:30:08.684Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7298d104-d586-4610-8508-d016a8bb0c97
2022-08-24T04:30:08.684Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7298d104-d586-4610-8508-d016a8bb0c97 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-08-24T04:30:08.696Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.697Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315395517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:08.697Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:30:08.697Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.697Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "clamp",
  "timestamp": 1661315396521,
  "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-08-24T04:30:08.705Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7298d104-d586-4610-8508-d016a8bb0c97
2022-08-24T04:30:08.705Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7298d104-d586-4610-8508-d016a8bb0c97 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-08-24T04:30:08.716Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.717Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315397528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.717Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315400642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315394421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315398356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.718Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.719Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.719Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315403921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.719Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.719Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.719Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315397528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.719Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.719Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.719Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315400642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.720Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.720Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.720Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315394421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.720Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.720Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.720Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315398356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.720Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315403921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315397528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315400642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.721Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315394421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315398356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:30:08.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.722Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315403921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315397528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315400642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.723Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315394421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:08.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:30:08.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315398356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:08.724Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:30:09.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:09.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-24T04:30:09.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7298d104-d586-4610-8508-d016a8bb0c97","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1e3f71a0-6682-474a-976c-b37473a5290e","serviceDescription":"service","serviceInvariantUUID":"de9b846c-a677-4fde-ae5a-c45e61c61aa1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14e85373-0688-423d-8bbf-b5cd5a4938a1","resourceInvariantUUID":"40eb5ed5-5065-4aa5-bebf-74fee98d9e8f","resourceCustomizationUUID":"658154fb-1c4c-4956-9fdc-bf784008070b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NWM1NmJhYTY1NDc3NjkzZDgzMjY2N2RjODk1ZWQ5YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"377302fa-3471-4bae-a830-74799b7d4837","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YWRhYzVhYTUzNDZlYTg5MzZhOWQ1NDIxYTg3NWRhNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5462e81d-8ed0-430a-a409-ab18aef50963","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7760ac02-17a7-4df5-9088-70e83b1c33b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20177718-c81b-4cb8-b329-9c5f067181e7","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1ab1cc31-ded0-4f66-a6c5-7300b1718008","artifactVersion":"2","generatedFromUUID":"54938771-d33a-4b5e-85f8-fe6f3fcb5760"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"899351d4-65c5-4a49-a733-7b2f04a90abd","artifactVersion":"2","generatedFromUUID":"7760ac02-17a7-4df5-9088-70e83b1c33b9"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"54938771-d33a-4b5e-85f8-fe6f3fcb5760","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"311b13e5-448b-4d99-92cb-a5a4c913e3ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"Y2RmM2UyMzY5MjhmZTc5YTJiMGQzM2VkZjY3ZTI2OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2281c98a-cad9-4f69-9457-5d639282f3cf","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmNhZWIxY2ZlNjQ0YjUwNzU5ZDJkYjBmYjRiZjZhZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0380ed9-9464-49ff-89bf-e5d3a75f8eae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:30:09.006Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:09.007Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:09.017Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:09.018Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:09.118Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:09.120Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:09.120Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:09.155Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:09.156Z||pool-127-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:30:10.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:10.025Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:10.029Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:10.029Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:30:10.130Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:30:10.131Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:10.131Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:10.160Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:10.161Z||pool-128-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:30:11.030Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:11.031Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:11.040Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:11.041Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:30:11.141Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:30:11.142Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:11.142Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:11.205Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:11.206Z||pool-129-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:12.042Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:12.043Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:12.046Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:12.046Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:12.146Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:12.147Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:12.148Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:12.165Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:12.166Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:13.047Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:13.050Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:13.054Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:13.055Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-24T04:30:13.154Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:30:13.156Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:13.156Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:13.209Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:13.210Z||pool-131-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:14.059Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:14.059Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:14.072Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:14.080Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-24T04:30:14.171Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-08-24T04:30:14.172Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:14.172Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:14.263Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:14.264Z||pool-132-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:15.082Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:15.083Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:15.087Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:15.088Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-24T04:30:15.192Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-24T04:30:15.193Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:15.193Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:15.216Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:15.222Z||pool-133-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:16.089Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:16.091Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:16.094Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:16.095Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:16.195Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:16.197Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:16.197Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:16.222Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:16.223Z||pool-134-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:17.100Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:17.100Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:17.103Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:17.103Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:30:17.204Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:17.205Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:17.205Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:17.221Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:17.222Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:18.106Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:30:18.106Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:18.110Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:18.111Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:30:18.211Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:30:18.212Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:18.212Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:18.268Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:18.268Z||pool-136-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:19.112Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1e3f71a0-6682-474a-976c-b37473a5290e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de9b846c-a677-4fde-ae5a-c45e61c61aa1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "658154fb-1c4c-4956-9fdc-bf784008070b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "14e85373-0688-423d-8bbf-b5cd5a4938a1",
      "resourceInvariantUUID": "40eb5ed5-5065-4aa5-bebf-74fee98d9e8f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "YWRhYzVhYTUzNDZlYTg5MzZhOWQ1NDIxYTg3NWRhNzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5462e81d-8ed0-430a-a409-ab18aef50963",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7760ac02-17a7-4df5-9088-70e83b1c33b9",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "899351d4-65c5-4a49-a733-7b2f04a90abd",
            "generatedFromUUID": "7760ac02-17a7-4df5-9088-70e83b1c33b9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1ab1cc31-ded0-4f66-a6c5-7300b1718008",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "899351d4-65c5-4a49-a733-7b2f04a90abd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "54938771-d33a-4b5e-85f8-fe6f3fcb5760",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NmNhZWIxY2ZlNjQ0YjUwNzU5ZDJkYjBmYjRiZjZhZjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0380ed9-9464-49ff-89bf-e5d3a75f8eae"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:30:19.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:30:19.113Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1e3f71a0-6682-474a-976c-b37473a5290e ASDC
2022-08-24T04:30:19.114Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7298d104-d586-4610-8508-d016a8bb0c97
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1e3f71a0-6682-474a-976c-b37473a5290e
ServiceInvariantUUID:de9b846c-a677-4fde-ae5a-c45e61c61aa1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:b0380ed9-9464-49ff-89bf-e5d3a75f8eae
ArtifactChecksum:NmNhZWIxY2ZlNjQ0YjUwNzU5ZDJkYjBmYjRiZjZhZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:658154fb-1c4c-4956-9fdc-bf784008070b
ResourceInvariantUUID:40eb5ed5-5065-4aa5-bebf-74fee98d9e8f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:14e85373-0688-423d-8bbf-b5cd5a4938a1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:5462e81d-8ed0-430a-a409-ab18aef50963
ArtifactChecksum:YWRhYzVhYTUzNDZlYTg5MzZhOWQ1NDIxYTg3NWRhNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:7760ac02-17a7-4df5-9088-70e83b1c33b9
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:899351d4-65c5-4a49-a733-7b2f04a90abd
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:1ab1cc31-ded0-4f66-a6c5-7300b1718008
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:899351d4-65c5-4a49-a733-7b2f04a90abd
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:54938771-d33a-4b5e-85f8-fe6f3fcb5760
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-24T04:30:19.114Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e3f71a0-6682-474a-976c-b37473a5290e 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-08-24T04:30:19.169Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:30:19.170Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:30:19.170Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:30:19.170Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0380ed9-9464-49ff-89bf-e5d3a75f8eae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:19.170Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:30:19.171Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:19.244Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:30:19.252Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b0380ed9-9464-49ff-89bf-e5d3a75f8eae 158215
2022-08-24T04:30:19.253Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-24T04:30:19.253Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:19.253Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:30:19.254Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:19.257Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:19.257Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315419253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:19.357Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:19.358Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:19.358Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:19.379Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:19.380Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:20.261Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:30:20.265Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:30:20.266Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b0380ed9-9464-49ff-89bf-e5d3a75f8eae, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:20.268Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-24T04:30:20.269Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:20.269Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:20.575Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12729494851664538956/Definitions/service-BasicCnfMacro-template.yml
2022-08-24T04:30:22.178Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:30:22.178Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-24T04:30:22.179Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:22.179Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-24T04:30:22.179Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:22.179Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:22.179Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:22.180Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar
2022-08-24T04:30:22.180Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-24T04:30:22.180Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.180Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:22.181Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:22.181Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-24T04:30:22.181Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:30:22.182Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.182Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:22.182Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:22.182Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-24T04:30:22.182Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:30:22.182Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.183Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:22.183Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.183Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-24T04:30:22.183Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-24T04:30:22.183Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-24T04:30:22.184Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-24T04:30:22.184Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.184Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:30:22.184Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.185Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:22.185Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:30:22.185Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.185Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:22.185Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:30:22.186Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.186Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:22.186Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:30:22.186Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.187Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:22.187Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:30:22.187Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.187Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-24T04:30:22.187Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-24T04:30:22.187Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=3cd1926c-0e99-4257-ba38-4553be5128bd
2022-08-24T04:30:22.188Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.188Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:22.189Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.189Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:22.189Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.189Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:22.189Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:22.190Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:22.190Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1e3f71a0-6682-474a-976c-b37473a5290e
Model Version:NULL
Model InvariantUuid:de9b846c-a677-4fde-ae5a-c45e61c61aa1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:820d04db-a9fd-4018-8046-145eb7a521c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:40eb5ed5-5065-4aa5-bebf-74fee98d9e8f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:658154fb-1c4c-4956-9fdc-bf784008070b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:455b8bdf-aa95-44e5-b67b-a02cb775e528
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:71258c89-4776-4659-9960-649f3fa14221
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:39f6cd3f-219e-49f6-9461-26554db8f03c
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:eedde479-50e9-49e2-883c-0a2affac5c5c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3cd1926c-0e99-4257-ba38-4553be5128bd
ModelInvariantUuid:fd6c3852-2424-417d-a7d2-c239858a8f70
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:78910d9f-0111-4f94-bf61-66ffe430f8d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:be2993f5-3e9b-4805-8025-a6af34d26c9a
ModelInvariantUuid:3468323e-9daf-436b-876e-7c8f3376c334
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:97aaef72-6b3a-4ef3-95b8-230b7744a5f1
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-08-24T04:30:22.199Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 14e85373-0688-423d-8bbf-b5cd5a4938a1
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-08-24T04:30:22.204Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-08-24T04:30:22.205Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14e85373-0688-423d-8bbf-b5cd5a4938a1
2022-08-24T04:30:22.205Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5462e81d-8ed0-430a-a409-ab18aef50963 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-24T04:30:22.205Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:30:22.205Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-24T04:30:22.258Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:30:22.258Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5462e81d-8ed0-430a-a409-ab18aef50963 1565
2022-08-24T04:30:22.259Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-24T04:30:22.259Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-24T04:30:22.259Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:30:22.259Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:22.261Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:22.262Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315422259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:22.366Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-24T04:30:22.366Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:22.367Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:22.386Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:22.386Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:23.262Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "39f6cd3f-219e-49f6-9461-26554db8f03c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eedde479-50e9-49e2-883c-0a2affac5c5c",
    "vfModuleModelCustomizationUUID": "bd65a0c2-1504-4422-b267-b65ab7bd3d1e",
    "isBase": true,
    "artifacts": [
      "7760ac02-17a7-4df5-9088-70e83b1c33b9",
      "899351d4-65c5-4a49-a733-7b2f04a90abd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "455b8bdf-aa95-44e5-b67b-a02cb775e528",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71258c89-4776-4659-9960-649f3fa14221",
    "vfModuleModelCustomizationUUID": "23981ac4-1d0f-434f-b11a-52c96d414da2",
    "isBase": false,
    "artifacts": [
      "54938771-d33a-4b5e-85f8-fe6f3fcb5760"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-24T04:30:23.273Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eedde479-50e9-49e2-883c-0a2affac5c5c
VfModuleModelInvariantUUID:39f6cd3f-219e-49f6-9461-26554db8f03c
VfModuleModelDescription:NULL
Artifacts UUID List:{
7760ac02-17a7-4df5-9088-70e83b1c33b9
,
899351d4-65c5-4a49-a733-7b2f04a90abd

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:71258c89-4776-4659-9960-649f3fa14221
VfModuleModelInvariantUUID:455b8bdf-aa95-44e5-b67b-a02cb775e528
VfModuleModelDescription:NULL
Artifacts UUID List:{
54938771-d33a-4b5e-85f8-fe6f3fcb5760

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

isBase:false


}

2022-08-24T04:30:23.277Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "39f6cd3f-219e-49f6-9461-26554db8f03c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eedde479-50e9-49e2-883c-0a2affac5c5c",
    "vfModuleModelCustomizationUUID": "bd65a0c2-1504-4422-b267-b65ab7bd3d1e",
    "isBase": true,
    "artifacts": [
      "7760ac02-17a7-4df5-9088-70e83b1c33b9",
      "899351d4-65c5-4a49-a733-7b2f04a90abd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "455b8bdf-aa95-44e5-b67b-a02cb775e528",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71258c89-4776-4659-9960-649f3fa14221",
    "vfModuleModelCustomizationUUID": "23981ac4-1d0f-434f-b11a-52c96d414da2",
    "isBase": false,
    "artifacts": [
      "54938771-d33a-4b5e-85f8-fe6f3fcb5760"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-24T04:30:23.278Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eedde479-50e9-49e2-883c-0a2affac5c5c
VfModuleModelInvariantUUID:39f6cd3f-219e-49f6-9461-26554db8f03c
VfModuleModelDescription:NULL
Artifacts UUID List:{
7760ac02-17a7-4df5-9088-70e83b1c33b9
,
899351d4-65c5-4a49-a733-7b2f04a90abd

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:71258c89-4776-4659-9960-649f3fa14221
VfModuleModelInvariantUUID:455b8bdf-aa95-44e5-b67b-a02cb775e528
VfModuleModelDescription:NULL
Artifacts UUID List:{
54938771-d33a-4b5e-85f8-fe6f3fcb5760

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

isBase:false


}

2022-08-24T04:30:23.278Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7760ac02-17a7-4df5-9088-70e83b1c33b9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-24T04:30:23.278Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:30:23.278Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-24T04:30:23.326Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:30:23.328Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7760ac02-17a7-4df5-9088-70e83b1c33b9 914
2022-08-24T04:30:23.328Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-24T04:30:23.328Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-24T04:30:23.328Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:30:23.329Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:23.334Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:23.334Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315423328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:23.438Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-24T04:30:23.439Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:23.439Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:23.460Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:23.460Z||pool-139-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:24.335Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1ab1cc31-ded0-4f66-a6c5-7300b1718008 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-24T04:30:24.335Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:30:24.335Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-24T04:30:24.382Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:30:24.382Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1ab1cc31-ded0-4f66-a6c5-7300b1718008 12
2022-08-24T04:30:24.382Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-24T04:30:24.382Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-24T04:30:24.383Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:30:24.383Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:24.385Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:24.385Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315424382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:24.485Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:24.486Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:24.486Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:24.505Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:24.505Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:25.386Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 899351d4-65c5-4a49-a733-7b2f04a90abd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-24T04:30:25.386Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:30:25.386Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-24T04:30:25.437Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:30:25.437Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 899351d4-65c5-4a49-a733-7b2f04a90abd 96
2022-08-24T04:30:25.438Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-24T04:30:25.438Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-24T04:30:25.438Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:30:25.438Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:25.440Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:25.440Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315425438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:25.540Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:25.541Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:25.541Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:25.573Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:25.574Z||pool-141-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:30:26.443Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 54938771-d33a-4b5e-85f8-fe6f3fcb5760 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-24T04:30:26.444Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:30:26.444Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-24T04:30:26.511Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:30:26.512Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 54938771-d33a-4b5e-85f8-fe6f3fcb5760 20206
2022-08-24T04:30:26.513Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-24T04:30:26.513Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-24T04:30:26.513Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:30:26.513Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:26.515Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:26.516Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315426513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:30:26.619Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-24T04:30:26.620Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:26.620Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:26.654Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:26.655Z||pool-142-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:30:27.521Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1e3f71a0-6682-474a-976c-b37473a5290e
2022-08-24T04:30:27.522Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 14e85373-0688-423d-8bbf-b5cd5a4938a1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-24T04:30:27.566Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8b1d73e, org.onap.sdc.toscaparser.api.parameters.Input@1f3eb798, org.onap.sdc.toscaparser.api.parameters.Input@655dd594, org.onap.sdc.toscaparser.api.parameters.Input@36255c40, org.onap.sdc.toscaparser.api.parameters.Input@302b659d]
2022-08-24T04:30:27.571Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.572Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:27.572Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-08-24T04:30:27.572Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 658154fb-1c4c-4956-9fdc-bf784008070b
2022-08-24T04:30:27.572Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 658154fb-1c4c-4956-9fdc-bf784008070b matches Tosca VF Customization UUID: 658154fb-1c4c-4956-9fdc-bf784008070b
2022-08-24T04:30:27.572Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 658154fb-1c4c-4956-9fdc-bf784008070b  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-08-24T04:30:27.579Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.580Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:27.581Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 658154fb-1c4c-4956-9fdc-bf784008070b: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-08-24T04:30:27.581Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d6288e5
2022-08-24T04:30:27.582Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.582Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:30:27.582Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23981ac4-1d0f-434f-b11a-52c96d414da2
2022-08-24T04:30:27.583Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23981ac4-1d0f-434f-b11a-52c96d414da2
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-08-24T04:30:27.594Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.594Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:27.595Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:30:27.595Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.595Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:27.595Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:30:27.595Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.596Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-24T04:30:27.596Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=658154fb-1c4c-4956-9fdc-bf784008070b
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-08-24T04:30:27.600Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.601Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:27.601Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1e3f71a0-6682-474a-976c-b37473a5290e: basic_cnf_macro
2022-08-24T04:30:27.601Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.602Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:27.602Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.602Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:27.603Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.603Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:27.603Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.603Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:27.604Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:30:27.604Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:30:27.604Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-24T04:30:27.723Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 14e85373-0688-423d-8bbf-b5cd5a4938a1 2 ASDC deployResourceStructure
2022-08-24T04:30:27.725Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-24T04:30:27.725Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-24T04:30:27.725Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:30:27.725Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:27.728Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:27.728Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315427725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:27.832Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-24T04:30:27.834Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:27.834Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:27.949Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:27.950Z||pool-143-thread-1|||||INFO|500||cambria reply ok (117 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:30:28.729Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-24T04:30:28.729Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-24T04:30:28.729Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:30:28.730Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:28.736Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:28.736Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315428729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:28.837Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:28.839Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:28.839Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:28.864Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:28.865Z||pool-144-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:29.737Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-24T04:30:29.738Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-24T04:30:29.739Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-24T04:30:29.739Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:29.742Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:29.742Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315429737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-24T04:30:29.842Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:30:29.843Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:29.843Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:29.875Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:29.876Z||pool-145-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:30:30.743Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-24T04:30:30.744Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-24T04:30:30.744Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:30:30.745Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:30.750Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:30.751Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315430743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:30.851Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:30:30.852Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:30.852Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:30.900Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:30.900Z||pool-146-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:31.754Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-24T04:30:31.756Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-24T04:30:31.756Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-24T04:30:31.756Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:31.759Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:31.759Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315431754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-24T04:30:31.861Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:30:31.862Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:31.862Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:31.889Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:31.890Z||pool-147-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:32.761Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-24T04:30:32.762Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-24T04:30:32.762Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:30:32.762Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:30:32.768Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:30:32.768Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315432761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:30:32.868Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:30:32.869Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:30:32.869Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:30:32.888Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:30:32.889Z||pool-148-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:30:33.778Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7298d104-d586-4610-8508-d016a8bb0c97
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-08-24T04:30:33.803Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7298d104-d586-4610-8508-d016a8bb0c97
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-08-24T04:30:33.808Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:30:33.808Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:30:33.808Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:30:33.808Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:30:33.809Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:30:33.809Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:30:33.809Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:30:33.809Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:30:33.809Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:30:33.809Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:30:33.811Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||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-08-24T04:30:33.822Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:31:03.822Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7298d104-d586-4610-8508-d016a8bb0c97 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-08-24T04:31:03.835Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7298d104-d586-4610-8508-d016a8bb0c97 and serviceModelVersionId: 1e3f71a0-6682-474a-976c-b37473a5290e
2022-08-24T04:31:03.835Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de9b846c-a677-4fde-ae5a-c45e61c61aa1
2022-08-24T04:31:03.837Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de9b846c-a677-4fde-ae5a-c45e61c61aa1/model-vers/model-ver/1e3f71a0-6682-474a-976c-b37473a5290e?depth=0
2022-08-24T04:31:03.845Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:31:03.920Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9b846c-a677-4fde-ae5a-c45e61c61aa1/model-vers/model-ver/1e3f71a0-6682-474a-976c-b37473a5290e?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-08-24T04:31:03.924Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9b846c-a677-4fde-ae5a-c45e61c61aa1/model-vers/model-ver/1e3f71a0-6682-474a-976c-b37473a5290e?depth=0|INFO|500||Invoke
2022-08-24T04:31:03.968Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9b846c-a677-4fde-ae5a-c45e61c61aa1/model-vers/model-ver/1e3f71a0-6682-474a-976c-b37473a5290e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:31:04.095Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9b846c-a677-4fde-ae5a-c45e61c61aa1/model-vers/model-ver/1e3f71a0-6682-474a-976c-b37473a5290e?depth=0|INFO|500||InvokeReturn
2022-08-24T04:31:04.096Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de9b846c-a677-4fde-ae5a-c45e61c61aa1/model-vers/model-ver/1e3f71a0-6682-474a-976c-b37473a5290e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220824-04:31:03:228-81161], vertex-id=[229560], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:31:03 GMT], Content-Type=[application/json]}
2022-08-24T04:31:04.097Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:31:04.098Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:31:04.098Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||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-08-24T04:31:04.109Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||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-08-24T04:31:04.110Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7298d104-d586-4610-8508-d016a8bb0c97 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:31:04.110Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:31:04.111Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:04.114Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:04.114Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315464110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:31:04.215Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:31:04.220Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:04.221Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:04.245Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:04.250Z||pool-149-thread-1|||||INFO|500||cambria reply ok (31 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-08-24T04:31:05.131Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-24T04:31:05.131Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"862a591f-7936-464b-80e1-3a7a7bddcbd1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95","serviceDescription":"service","serviceInvariantUUID":"3db60d08-d065-447a-9a6e-41f0a203bf46","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa330f4c-8717-4984-bcac-ea89bb3aba22","resourceInvariantUUID":"3ce3fc43-8ee2-4244-a5a9-c0bf9c3e6d5b","resourceCustomizationUUID":"51b74cb3-1173-49f8-a58b-65808fe3663a","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":"ZGM0OThjOTliZjMyYTlhOTUyZDEyMTQzYTAxMDQwMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fe66165-2da8-43c4-a861-d156607fce5e","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":"YTAxOTNiYjI0MzdlNjY4YTU4MzI5MDljNjBlNWQ5MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"893791aa-95b3-423a-a92b-9113f1d86cb6","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":"12f35ae4-f198-4d22-8640-03461844fa4b","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":"bb38d981-864f-48ed-b246-bae50dc707e6","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":"215370a9-4202-41f5-859f-10205868ba6a","artifactVersion":"2","generatedFromUUID":"12f35ae4-f198-4d22-8640-03461844fa4b"},{"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":"MzQ2OTdkMTAwYTkwMGViMjFmMDY3NWU5ZWUxNTJlOWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8a16f3ff-29ef-4223-81a1-3f847a87ab20","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":"MTY2NmI2NGUzZGM3ZmYzYjY3MjQ3MTVhM2RlNTdmNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"864fe0b4-c1c3-4576-bac0-4cc2811107b5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWM4NTQxNDRkN2Y4YjViOWJkZDhkMGI4YzNhNjI1OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73602549-6f79-441b-a8ce-f8c82495f3b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:31:05.133Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:31:05.135Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:05.140Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:05.141Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:31:05.238Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-24T04:31:05.240Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:05.240Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:05.261Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:05.262Z||pool-150-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:06.142Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:31:06.142Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:06.163Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:06.163Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:31:06.256Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-08-24T04:31:06.257Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:06.257Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:06.273Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:06.274Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:07.166Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:31:07.177Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:07.179Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:07.179Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:31:07.280Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:31:07.282Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:07.282Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:07.303Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:07.304Z||pool-152-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:08.185Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:31:08.190Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:08.193Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:08.196Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:31:08.294Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:31:08.295Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:08.295Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:08.323Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:08.323Z||pool-153-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:31:08.347Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:31:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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-08-24T04:31:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:08.386Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:08.386Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:31:08.386Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315403921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:31:08.388Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:31:09.197Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:31:09.198Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:09.201Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:09.201Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-24T04:31:09.301Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:31:09.302Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:09.302Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:09.317Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:09.317Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:10.201Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:31:10.202Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:10.205Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:10.205Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:31:10.305Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:31:10.306Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:10.306Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:10.326Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:10.327Z||pool-155-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:31:11.206Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:31:11.207Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:11.212Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:11.212Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:31:11.312Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:31:11.313Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:11.313Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:11.328Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:11.329Z||pool-156-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:12.214Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:31:12.215Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:12.217Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:12.217Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:31:12.319Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-24T04:31:12.320Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:12.320Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:12.337Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:12.337Z||pool-157-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:13.220Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3db60d08-d065-447a-9a6e-41f0a203bf46",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "51b74cb3-1173-49f8-a58b-65808fe3663a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aa330f4c-8717-4984-bcac-ea89bb3aba22",
      "resourceInvariantUUID": "3ce3fc43-8ee2-4244-a5a9-c0bf9c3e6d5b",
      "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": "YTAxOTNiYjI0MzdlNjY4YTU4MzI5MDljNjBlNWQ5MDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "893791aa-95b3-423a-a92b-9113f1d86cb6",
          "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": "12f35ae4-f198-4d22-8640-03461844fa4b",
          "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": "215370a9-4202-41f5-859f-10205868ba6a",
            "generatedFromUUID": "12f35ae4-f198-4d22-8640-03461844fa4b"
          },
          "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": "215370a9-4202-41f5-859f-10205868ba6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWM4NTQxNDRkN2Y4YjViOWJkZDhkMGI4YzNhNjI1OWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73602549-6f79-441b-a8ce-f8c82495f3b4"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:31:13.221Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:31:13.223Z|7298d104-d586-4610-8508-d016a8bb0c97|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95 ASDC
2022-08-24T04:31:13.225Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:862a591f-7936-464b-80e1-3a7a7bddcbd1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95
ServiceInvariantUUID:3db60d08-d065-447a-9a6e-41f0a203bf46
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:73602549-6f79-441b-a8ce-f8c82495f3b4
ArtifactChecksum:MWM4NTQxNDRkN2Y4YjViOWJkZDhkMGI4YzNhNjI1OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:51b74cb3-1173-49f8-a58b-65808fe3663a
ResourceInvariantUUID:3ce3fc43-8ee2-4244-a5a9-c0bf9c3e6d5b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:aa330f4c-8717-4984-bcac-ea89bb3aba22
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:893791aa-95b3-423a-a92b-9113f1d86cb6
ArtifactChecksum:YTAxOTNiYjI0MzdlNjY4YTU4MzI5MDljNjBlNWQ5MDE=
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:12f35ae4-f198-4d22-8640-03461844fa4b
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:215370a9-4202-41f5-859f-10205868ba6a
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:215370a9-4202-41f5-859f-10205868ba6a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-24T04:31:13.225Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95 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-08-24T04:31:13.313Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:31:13.314Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:31:13.314Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:31:13.315Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 73602549-6f79-441b-a8ce-f8c82495f3b4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-24T04:31:13.315Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:31:13.315Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-24T04:31:13.467Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:31:13.472Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73602549-6f79-441b-a8ce-f8c82495f3b4 78807
2022-08-24T04:31:13.472Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-24T04:31:13.473Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-24T04:31:13.473Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:31:13.473Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:13.476Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:13.476Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315473472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:31:13.578Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-24T04:31:13.578Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:13.579Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:13.610Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:13.613Z||pool-158-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:14.476Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:31:14.477Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:31:14.478Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 73602549-6f79-441b-a8ce-f8c82495f3b4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-24T04:31:14.478Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-24T04:31:14.479Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-24T04:31:14.479Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-24T04:31:14.761Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2607083388313173782/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-08-24T04:31:16.362Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:31:16.363Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-24T04:31:16.363Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-24T04:31:16.363Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-24T04:31:16.364Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.364Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.364Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.364Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.364Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.364Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.364Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.365Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.365Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.365Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-24T04:31:16.365Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.365Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:16.366Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:16.366Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-24T04:31:16.366Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:31:16.367Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.367Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:16.367Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:16.367Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-24T04:31:16.368Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:31:16.368Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.368Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:16.368Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.368Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-24T04:31:16.369Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-24T04:31:16.369Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-24T04:31:16.369Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-24T04:31:16.369Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-24T04:31:16.369Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-24T04:31:16.370Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.370Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:31:16.370Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.371Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:16.371Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:31:16.371Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.371Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:16.371Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:31:16.372Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.372Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:16.372Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:31:16.372Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.373Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-24T04:31:16.373Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-24T04:31:16.373Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-24T04:31:16.373Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf01c1c2-f151-4c97-945a-deb7c4b443ee
2022-08-24T04:31:16.373Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.373Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:16.374Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.374Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:16.374Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.374Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:16.374Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:16.374Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:16.375Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95
Model Version:NULL
Model InvariantUuid:3db60d08-d065-447a-9a6e-41f0a203bf46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2aa2ee8e-577d-4601-b8b1-1aaadca65e48
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3ce3fc43-8ee2-4244-a5a9-c0bf9c3e6d5b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:51b74cb3-1173-49f8-a58b-65808fe3663a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:124d3320-b0ed-4dc5-864e-7bfda94e874c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3f185f88-d228-4f3a-811b-e89f569aeeed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf01c1c2-f151-4c97-945a-deb7c4b443ee
ModelInvariantUuid:fbe85f88-651d-47d5-b5c4-7f67eb7b0b43
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:656eec2a-66a7-494b-95ac-771ba9c7022e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7db7bf34-c8b8-42ed-b076-0a1635639f00
ModelInvariantUuid:f5c6bda1-d70a-4eec-a552-02114bd4fe0f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:23b46387-b4c6-4f18-8286-e54a84a6cef5
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-08-24T04:31:16.407Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: aa330f4c-8717-4984-bcac-ea89bb3aba22
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-08-24T04:31:16.414Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-08-24T04:31:16.414Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aa330f4c-8717-4984-bcac-ea89bb3aba22
2022-08-24T04:31:16.414Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 893791aa-95b3-423a-a92b-9113f1d86cb6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-24T04:31:16.415Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:31:16.415Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.488Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:31:16.488Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 893791aa-95b3-423a-a92b-9113f1d86cb6 792
2022-08-24T04:31:16.489Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.489Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:16.490Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:31:16.490Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:16.493Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:16.494Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315476489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:31:16.593Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:31:16.594Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:16.594Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:16.834Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:16.834Z||pool-159-thread-1|||||INFO|500||cambria reply ok (240 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:17.502Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "124d3320-b0ed-4dc5-864e-7bfda94e874c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3f185f88-d228-4f3a-811b-e89f569aeeed",
    "vfModuleModelCustomizationUUID": "b0c741c7-b824-4332-9477-5b35ae52c886",
    "isBase": true,
    "artifacts": [
      "12f35ae4-f198-4d22-8640-03461844fa4b",
      "215370a9-4202-41f5-859f-10205868ba6a"
    ],
    "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-08-24T04:31:17.506Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f185f88-d228-4f3a-811b-e89f569aeeed
VfModuleModelInvariantUUID:124d3320-b0ed-4dc5-864e-7bfda94e874c
VfModuleModelDescription:NULL
Artifacts UUID List:{
12f35ae4-f198-4d22-8640-03461844fa4b
,
215370a9-4202-41f5-859f-10205868ba6a

}
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-08-24T04:31:17.511Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "124d3320-b0ed-4dc5-864e-7bfda94e874c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3f185f88-d228-4f3a-811b-e89f569aeeed",
    "vfModuleModelCustomizationUUID": "b0c741c7-b824-4332-9477-5b35ae52c886",
    "isBase": true,
    "artifacts": [
      "12f35ae4-f198-4d22-8640-03461844fa4b",
      "215370a9-4202-41f5-859f-10205868ba6a"
    ],
    "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-08-24T04:31:17.511Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f185f88-d228-4f3a-811b-e89f569aeeed
VfModuleModelInvariantUUID:124d3320-b0ed-4dc5-864e-7bfda94e874c
VfModuleModelDescription:NULL
Artifacts UUID List:{
12f35ae4-f198-4d22-8640-03461844fa4b
,
215370a9-4202-41f5-859f-10205868ba6a

}
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-08-24T04:31:17.512Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 12f35ae4-f198-4d22-8640-03461844fa4b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-24T04:31:17.514Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:31:17.514Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:17.603Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:31:17.604Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 12f35ae4-f198-4d22-8640-03461844fa4b 5033
2022-08-24T04:31:17.604Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:17.604Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:17.604Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:31:17.605Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:17.610Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:17.610Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315477604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:31:17.708Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:31:17.709Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:17.710Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:17.731Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:17.731Z||pool-160-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:18.610Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 215370a9-4202-41f5-859f-10205868ba6a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-24T04:31:18.611Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:31:18.612Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:18.659Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:31:18.660Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 215370a9-4202-41f5-859f-10205868ba6a 903
2022-08-24T04:31:18.660Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:18.660Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:18.660Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:31:18.661Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:18.663Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:18.663Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315478660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:31:18.764Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:31:18.764Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:18.765Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:18.799Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:18.800Z||pool-161-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:31:19.664Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95
2022-08-24T04:31:19.666Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 aa330f4c-8717-4984-bcac-ea89bb3aba22 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-08-24T04:31:19.695Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b168104, org.onap.sdc.toscaparser.api.parameters.Input@32a7380e, org.onap.sdc.toscaparser.api.parameters.Input@7faf2040, org.onap.sdc.toscaparser.api.parameters.Input@5cdce46b, org.onap.sdc.toscaparser.api.parameters.Input@23bd5055]
2022-08-24T04:31:19.697Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.697Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:19.698Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-08-24T04:31:19.698Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 51b74cb3-1173-49f8-a58b-65808fe3663a
2022-08-24T04:31:19.698Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51b74cb3-1173-49f8-a58b-65808fe3663a matches Tosca VF Customization UUID: 51b74cb3-1173-49f8-a58b-65808fe3663a
2022-08-24T04:31:19.699Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 51b74cb3-1173-49f8-a58b-65808fe3663a  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-08-24T04:31:19.704Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.704Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:19.705Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 51b74cb3-1173-49f8-a58b-65808fe3663a: {\"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-08-24T04:31:19.705Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@153eb506
2022-08-24T04:31:19.706Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.706Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-24T04:31:19.706Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0c741c7-b824-4332-9477-5b35ae52c886
2022-08-24T04:31:19.706Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0c741c7-b824-4332-9477-5b35ae52c886
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-08-24T04:31:19.710Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.712Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:19.712Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:31:19.713Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.713Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:19.716Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:31:19.716Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.717Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-24T04:31:19.717Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-24T04:31:19.718Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-24T04:31:19.718Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf01c1c2-f151-4c97-945a-deb7c4b443ee
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-08-24T04:31:19.729Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.730Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:19.730Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-24T04:31:19.731Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.731Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-24T04:31:19.731Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=51b74cb3-1173-49f8-a58b-65808fe3663a
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-08-24T04:31:19.738Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.739Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:19.740Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95: basic_vm_macro
2022-08-24T04:31:19.740Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.740Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:19.741Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.741Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:19.741Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.742Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:19.742Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.743Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:19.744Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:31:19.744Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:31:19.744Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:19.941Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro aa330f4c-8717-4984-bcac-ea89bb3aba22 1 ASDC deployResourceStructure
2022-08-24T04:31:19.942Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:19.942Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:19.942Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:31:19.943Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:19.945Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:19.945Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315479942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:31:20.050Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-24T04:31:20.051Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:20.051Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:20.068Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:20.069Z||pool-162-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:20.946Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:20.946Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:20.946Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:31:20.947Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:20.948Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:20.948Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315480946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:31:21.049Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:31:21.050Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:21.050Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:21.071Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:21.072Z||pool-163-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:21.949Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:21.951Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:31:21.951Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:31:21.951Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:21.960Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:21.960Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315481949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:31:22.055Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-24T04:31:22.057Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:22.057Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:22.082Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:22.082Z||pool-164-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:22.962Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-24T04:31:22.962Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-24T04:31:22.962Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:31:22.962Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:31:22.965Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:31:22.965Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315482961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:31:23.065Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:31:23.066Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:31:23.066Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:31:23.087Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:31:23.088Z||pool-165-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:31:23.966Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:31:23.987Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:31:23.990Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:31:23.990Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:31:23.990Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:31:53.991Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:31:54.023Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:31:54.031Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:31:54.031Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:31:54.031Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:32:08.347Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:32:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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-08-24T04:32:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:32:08.381Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:32:08.382Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-24T04:32:08.383Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315397528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:32:08.384Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:32:24.045Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:32:24.057Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:32:24.065Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:32:24.065Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:32:24.065Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:32:54.073Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:32:54.089Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:32:54.092Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:32:54.092Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-24T04:32:54.092Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-24T04:33:08.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:33:08.348Z||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-08-24T04:33:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:33:08.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:33:08.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315400642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315394421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315398356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315403921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315397528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315400642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315394421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315398356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315403921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315409142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315397528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315394421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315400642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315398356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315403921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315409142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315397528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315400642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315394421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315398356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315403921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315409142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315412078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315412076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315412065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315409142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315413070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315409142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "cds",
  "timestamp": 1661315413529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-24T04:33:08.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 862a591f-7936-464b-80e1-3a7a7bddcbd1
2022-08-24T04:33:08.415Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862a591f-7936-464b-80e1-3a7a7bddcbd1 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-08-24T04:33:08.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "policy-id",
  "timestamp": 1661315414077,
  "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-08-24T04:33:08.430Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 862a591f-7936-464b-80e1-3a7a7bddcbd1
2022-08-24T04:33:08.430Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862a591f-7936-464b-80e1-3a7a7bddcbd1 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-08-24T04:33:08.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315409142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315409142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315409142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315417884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315419253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315418944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315419570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315419997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.442Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "aai-ml",
  "timestamp": 1661315420581,
  "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-08-24T04:33:08.447Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 862a591f-7936-464b-80e1-3a7a7bddcbd1
2022-08-24T04:33:08.447Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862a591f-7936-464b-80e1-3a7a7bddcbd1 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-08-24T04:33:08.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315421021,
  "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-08-24T04:33:08.467Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 862a591f-7936-464b-80e1-3a7a7bddcbd1
2022-08-24T04:33:08.467Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862a591f-7936-464b-80e1-3a7a7bddcbd1 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-08-24T04:33:08.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315422259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315422024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315423328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315424382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315424518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315422996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315425438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315422996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315426513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315422996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315427725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315422996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315428526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315428729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315422996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "clamp",
  "timestamp": 1661315429530,
  "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-08-24T04:33:08.491Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 862a591f-7936-464b-80e1-3a7a7bddcbd1
2022-08-24T04:33:08.491Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862a591f-7936-464b-80e1-3a7a7bddcbd1 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-08-24T04:33:08.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315429737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-24T04:33:08.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315422996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315430743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315422996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315431754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315422996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315432761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315431736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315434066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315435069,
  "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-08-24T04:33:08.513Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 862a591f-7936-464b-80e1-3a7a7bddcbd1
2022-08-24T04:33:08.513Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862a591f-7936-464b-80e1-3a7a7bddcbd1 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-08-24T04:33:08.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.538Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.539Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1661315429142,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315430536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315430642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315434803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315444441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315444593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "cds",
  "timestamp": 1661315445948,
  "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=?
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-08-24T04:33:08.573Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6884618b-8f43-47cc-969d-87c4119b534c
2022-08-24T04:33:08.574Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6884618b-8f43-47cc-969d-87c4119b534c 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-08-24T04:33:08.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315438356,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315448272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.591Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315449291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.591Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315449798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "policy-id",
  "timestamp": 1661315450303,
  "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-08-24T04:33:08.601Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6884618b-8f43-47cc-969d-87c4119b534c
2022-08-24T04:33:08.602Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6884618b-8f43-47cc-969d-87c4119b534c 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-08-24T04:33:08.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "aai-ml",
  "timestamp": 1661315450824,
  "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-08-24T04:33:08.621Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6884618b-8f43-47cc-969d-87c4119b534c
2022-08-24T04:33:08.622Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6884618b-8f43-47cc-969d-87c4119b534c 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-08-24T04:33:08.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315443921,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315453658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315454679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1661315455682,
  "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-08-24T04:33:08.641Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6884618b-8f43-47cc-969d-87c4119b534c
2022-08-24T04:33:08.641Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6884618b-8f43-47cc-969d-87c4119b534c 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-08-24T04:33:08.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315457529,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315459540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "clamp",
  "timestamp": 1661315460550,
  "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-08-24T04:33:08.664Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6884618b-8f43-47cc-969d-87c4119b534c
2022-08-24T04:33:08.664Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6884618b-8f43-47cc-969d-87c4119b534c 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-08-24T04:33:08.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315452996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315462731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:33:08.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7298d104-d586-4610-8508-d016a8bb0c97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315464110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:33:08.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315464600,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:33:08.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:33:08.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1661315465605,
  "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-08-24T04:33:08.684Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6884618b-8f43-47cc-969d-87c4119b534c
2022-08-24T04:33:08.684Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6884618b-8f43-47cc-969d-87c4119b534c 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-08-24T04:33:08.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.694Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-24T04:33:08.694Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:08.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:33:08.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:08.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:33:24.093Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:33:24.108Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1
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-08-24T04:33:24.111Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:33:24.111Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:33:24.111Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:33:24.112Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:33:24.112Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:33:24.112Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:33:24.112Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:33:24.112Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:33:24.113Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:33:24.113Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:33:24.113Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:33:24.120Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:33:54.121Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1 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-08-24T04:33:54.129Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 862a591f-7936-464b-80e1-3a7a7bddcbd1 and serviceModelVersionId: 9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95
2022-08-24T04:33:54.130Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3db60d08-d065-447a-9a6e-41f0a203bf46
2022-08-24T04:33:54.130Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?depth=0
2022-08-24T04:33:54.135Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:33:54.178Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?depth=0|INFO|500||Invoke
2022-08-24T04:33:54.178Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[862a591f-7936-464b-80e1-3a7a7bddcbd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78d2d232-4ef7-4b2d-b689-3c2bd399cb21], X-ECOMP-RequestID=[862a591f-7936-464b-80e1-3a7a7bddcbd1], X-TransactionId=[], X-ONAP-RequestID=[862a591f-7936-464b-80e1-3a7a7bddcbd1], Content-Type=[application/merge-patch+json]}
2022-08-24T04:33:54.215Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:33:54.322Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?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/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220824-04:33:53:477-78422], vertex-id=[303112], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:33:53 GMT], Content-Type=[application/json]}
2022-08-24T04:33:54.323Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:33:54.324Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db60d08-d065-447a-9a6e-41f0a203bf46/model-vers/model-ver/9d22db1d-5bc8-4b9d-a1e2-20fd632b4e95?depth=0|INFO|500||InvokeReturn
2022-08-24T04:33:54.325Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:33:54.331Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:33:54.338Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||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-08-24T04:33:54.340Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 862a591f-7936-464b-80e1-3a7a7bddcbd1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:33:54.340Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:33:54.341Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:33:54.344Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:33:54.344Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315634340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:33:54.444Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:33:54.445Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:33:54.445Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:33:54.489Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:33:54.490Z||pool-166-thread-1|||||INFO|500||cambria reply ok (46 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-08-24T04:33:55.371Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:33:55.372Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:33:55.372Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:33:59.840Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:33:59.841Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-24T04:33:59.841Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6884618b-8f43-47cc-969d-87c4119b534c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"94da8f8e-1ffe-4a91-9aac-68241c73f28a","serviceDescription":"service","serviceInvariantUUID":"9168b803-b1a2-4cb8-9a5d-36755f69620b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5829f2f7-1921-40b8-a644-cd95ef1f767a","resourceInvariantUUID":"c53b3f84-c846-4f01-a288-566220931427","resourceCustomizationUUID":"1705130c-a79f-4af9-a3be-c0ad62641fea","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":"ZDQ5ZmJlNjE5ODIyZmE0MTZjNzJiYzU0NTExNzZkZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6271e24e-dc59-4a2a-a2ec-b82f50b51ef5","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":"c829a46b-2eb5-40a8-a0b1-f6a82708b4ec","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":"dfbedb63-beeb-4c6d-89fc-c6aac45ac3c5","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":"MDU2YWRhN2ZlYWY5MTI1ZDk1ZWFlN2FlY2VkZTFiZTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c38cec46-4b8d-4cb6-8920-3e269260fe71","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":"fb92bfb1-3e54-4364-946c-3617de820a74","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":"ba979393-b88e-4576-8565-b176d0226758","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":"e750467a-2e61-41fe-84b2-7e60f44b7a75","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":"NGI5ZTI3Y2M3MzQxNTI3Y2U1ZTdlYTY2MzNiZDJlNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a25fa3d0-79e9-4149-9ed6-655fbe1400e1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTExYzcyMGY4ZWJhZDEwMzc4OTU4NGU1OGNkZmNjNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9183545-e163-4878-b7a2-c57677ef8dda","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-24T04:33:59.844Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:33:59.845Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:33:59.847Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:33:59.848Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:33:59.951Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-24T04:33:59.951Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:33:59.952Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:33:59.992Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:33:59.993Z||pool-167-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:00.851Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:34:00.852Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:00.854Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:00.854Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:00.955Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:34:00.956Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:00.956Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:01.025Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:01.026Z||pool-168-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1}
2022-08-24T04:34:01.855Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:34:01.856Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:01.858Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:01.859Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:01.959Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:34:01.960Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:01.960Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:01.994Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:01.994Z||pool-169-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:02.859Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:34:02.860Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:02.863Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:02.864Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:02.964Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:34:02.965Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:02.966Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:02.990Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:02.991Z||pool-170-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:03.864Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:34:03.873Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:03.875Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:03.875Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:03.983Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-24T04:34:03.984Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:03.984Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:04.024Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:04.025Z||pool-171-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:04.876Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:34:04.876Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:04.878Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:04.879Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:04.979Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:34:04.979Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:04.980Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:04.997Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:04.998Z||pool-172-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:05.879Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:34:05.880Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:05.883Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:05.884Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:05.982Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-24T04:34:05.983Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:05.983Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:06.000Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:06.000Z||pool-173-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:06.884Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:34:06.885Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:06.887Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:06.887Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:06.987Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:34:06.988Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:06.989Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:07.011Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:07.012Z||pool-174-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:07.888Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-24T04:34:07.889Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:07.891Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:07.891Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:34:07.993Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-24T04:34:07.994Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:07.994Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:08.037Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:08.038Z||pool-175-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:08.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:34:08.347Z||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-08-24T04:34:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:08.386Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:08.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-24T04:34:08.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:34:08.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:08.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:34:08.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:34:08.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:34:08.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315408334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:34:08.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:34:08.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315473472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:34:08.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:34:08.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315476489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:34:08.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:34:08.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315477604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:34:08.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:34:08.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315478660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:34:08.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:34:08.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315479942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-24T04:34:08.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:34:08.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315480946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-24T04:34:08.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:34:08.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315481949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-24T04:34:08.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:34:08.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-24T04:34:08.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315482961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:34:08.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:34:08.892Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "94da8f8e-1ffe-4a91-9aac-68241c73f28a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9168b803-b1a2-4cb8-9a5d-36755f69620b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1705130c-a79f-4af9-a3be-c0ad62641fea",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5829f2f7-1921-40b8-a644-cd95ef1f767a",
      "resourceInvariantUUID": "c53b3f84-c846-4f01-a288-566220931427",
      "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": "YTExYzcyMGY4ZWJhZDEwMzc4OTU4NGU1OGNkZmNjNjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9183545-e163-4878-b7a2-c57677ef8dda"
    }
  ],
  "workloadContext": "Production"
}
2022-08-24T04:34:08.893Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-24T04:34:08.893Z|862a591f-7936-464b-80e1-3a7a7bddcbd1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 94da8f8e-1ffe-4a91-9aac-68241c73f28a ASDC
2022-08-24T04:34:08.894Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6884618b-8f43-47cc-969d-87c4119b534c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:94da8f8e-1ffe-4a91-9aac-68241c73f28a
ServiceInvariantUUID:9168b803-b1a2-4cb8-9a5d-36755f69620b
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:f9183545-e163-4878-b7a2-c57677ef8dda
ArtifactChecksum:YTExYzcyMGY4ZWJhZDEwMzc4OTU4NGU1OGNkZmNjNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1705130c-a79f-4af9-a3be-c0ad62641fea
ResourceInvariantUUID:c53b3f84-c846-4f01-a288-566220931427
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5829f2f7-1921-40b8-a644-cd95ef1f767a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-24T04:34:08.894Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94da8f8e-1ffe-4a91-9aac-68241c73f28a 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-08-24T04:34:08.921Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:34:08.923Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:34:08.923Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:34:08.923Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f9183545-e163-4878-b7a2-c57677ef8dda from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-24T04:34:08.923Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-24T04:34:08.924Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-24T04:34:09.133Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-24T04:34:09.138Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f9183545-e163-4878-b7a2-c57677ef8dda 105663
2022-08-24T04:34:09.138Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-24T04:34:09.138Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-24T04:34:09.138Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-24T04:34:09.138Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:09.140Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:09.140Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315649138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:34:09.241Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-24T04:34:09.241Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:09.242Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:09.270Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:09.270Z||pool-176-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:10.141Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-24T04:34:10.144Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-24T04:34:10.144Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f9183545-e163-4878-b7a2-c57677ef8dda, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-24T04:34:10.144Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-08-24T04:34:10.146Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-24T04:34:10.146Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-24T04:34:10.310Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6534728014530282023/Definitions/service-TestPnfMacro-template.yml
2022-08-24T04:34:11.399Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-24T04:34:11.400Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-24T04:34:11.401Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-24T04:34:11.402Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-24T04:34:11.402Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:11.403Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:11.403Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:11.403Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:11.403Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:11.404Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:11.404Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:11.404Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-24T04:34:11.404Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.405Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.406Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-24T04:34:11.406Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-24T04:34:11.406Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:34:11.407Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.407Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.407Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-24T04:34:11.408Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-24T04:34:11.408Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-24T04:34:11.408Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.409Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.409Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.409Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.410Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.410Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.410Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.410Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.411Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.411Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.411Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:94da8f8e-1ffe-4a91-9aac-68241c73f28a
Model Version:NULL
Model InvariantUuid:9168b803-b1a2-4cb8-9a5d-36755f69620b
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-08-24T04:34:11.424Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5829f2f7-1921-40b8-a644-cd95ef1f767a
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-08-24T04:34:11.428Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-08-24T04:34:11.429Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5829f2f7-1921-40b8-a644-cd95ef1f767a
2022-08-24T04:34:11.429Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 94da8f8e-1ffe-4a91-9aac-68241c73f28a
2022-08-24T04:34:11.429Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 94da8f8e-1ffe-4a91-9aac-68241c73f28a
2022-08-24T04:34:11.430Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5829f2f7-1921-40b8-a644-cd95ef1f767a 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-08-24T04:34:11.438Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16748862, org.onap.sdc.toscaparser.api.parameters.Input@4f73775f, org.onap.sdc.toscaparser.api.parameters.Input@58ed01b4, org.onap.sdc.toscaparser.api.parameters.Input@1bd04749, org.onap.sdc.toscaparser.api.parameters.Input@2955ebc9]
2022-08-24T04:34:11.439Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.440Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.441Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 94da8f8e-1ffe-4a91-9aac-68241c73f28a: test-pnf
2022-08-24T04:34:11.441Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||Processing PNF resource: 5829f2f7-1921-40b8-a644-cd95ef1f767a
2022-08-24T04:34:11.441Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-24T04:34:11.442Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-24T04:34:11.442Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||Resource customization UUID: 1705130c-a79f-4af9-a3be-c0ad62641fea is the same as notified resource customizationUUID: 1705130c-a79f-4af9-a3be-c0ad62641fea
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-08-24T04:34:11.516Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5829f2f7-1921-40b8-a644-cd95ef1f767a 0 ASDC deployResourceStructure
2022-08-24T04:34:11.516Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-24T04:34:11.516Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-24T04:34:11.517Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-24T04:34:11.517Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:11.519Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:11.519Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315651516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:34:11.619Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-24T04:34:11.620Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:11.620Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:11.658Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:11.658Z||pool-177-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-24T04:34:12.521Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6884618b-8f43-47cc-969d-87c4119b534c
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-08-24T04:34:12.537Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6884618b-8f43-47cc-969d-87c4119b534c
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-08-24T04:34:12.550Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-24T04:34:12.550Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-24T04:34:12.550Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-24T04:34:12.551Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:12.558Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-24T04:34:42.559Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6884618b-8f43-47cc-969d-87c4119b534c 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-08-24T04:34:42.569Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6884618b-8f43-47cc-969d-87c4119b534c and serviceModelVersionId: 94da8f8e-1ffe-4a91-9aac-68241c73f28a
2022-08-24T04:34:42.570Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9168b803-b1a2-4cb8-9a5d-36755f69620b
2022-08-24T04:34:42.572Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?depth=0
2022-08-24T04:34:42.576Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-24T04:34:42.622Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?depth=0|INFO|500||Invoke
2022-08-24T04:34:42.623Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6884618b-8f43-47cc-969d-87c4119b534c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e09de874-f77f-47ca-b6f4-261c828753f5], X-ECOMP-RequestID=[6884618b-8f43-47cc-969d-87c4119b534c], X-TransactionId=[], X-ONAP-RequestID=[6884618b-8f43-47cc-969d-87c4119b534c], Content-Type=[application/merge-patch+json]}
2022-08-24T04:34:42.648Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-24T04:34:42.751Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?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/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220824-04:34:41:893-47763], vertex-id=[233720], Content-Length=[0], Date=[Wed, 24 Aug 2022 04:34:41 GMT], Content-Type=[application/json]}
2022-08-24T04:34:42.751Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-24T04:34:42.752Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9168b803-b1a2-4cb8-9a5d-36755f69620b/model-vers/model-ver/94da8f8e-1ffe-4a91-9aac-68241c73f28a?depth=0|INFO|500||InvokeReturn
2022-08-24T04:34:42.752Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-24T04:34:42.753Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:42.764Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||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-08-24T04:34:42.764Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6884618b-8f43-47cc-969d-87c4119b534c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-24T04:34:42.764Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-24T04:34:42.765Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-24T04:34:42.767Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-24T04:34:42.767Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315682764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:34:42.868Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-24T04:34:42.868Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-24T04:34:42.869Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:42.946Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:42.947Z||pool-178-thread-1|||||INFO|500||cambria reply ok (79 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-08-24T04:34:43.793Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:34:43.793Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:34:43.794Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:34:53.342Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:34:53.342Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:34:53.343Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:34:53.343Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:35:02.909Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:35:02.910Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:35:02.910Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:35:02.911Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:35:08.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:35:08.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:35:08.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:35:08.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:35:08.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862a591f-7936-464b-80e1-3a7a7bddcbd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315634340,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:35:08.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:35:08.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:35:08.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:08.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:35:08.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:08.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:35:08.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:08.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:35:08.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:08.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:35:08.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:08.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:35:08.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:08.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:35:08.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:08.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-24T04:35:08.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:08.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-24T04:35:08.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315635371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-24T04:35:08.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-24T04:35:12.465Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:35:12.466Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:35:12.467Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:35:12.468Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:35:22.039Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:36:08.334Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:36:08.336Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:36:08.336Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:36:08.347Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:36:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:36:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:36:08.890Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:36:08.891Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-24T04:36:08.891Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315649138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-24T04:36:08.892Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:36:08.893Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-24T04:36:08.893Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315651516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-24T04:36:08.893Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:36:08.893Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-24T04:36:08.893Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6884618b-8f43-47cc-969d-87c4119b534c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1661315682764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-24T04:36:08.893Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-24T04:36:17.908Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:37:08.333Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:37:08.334Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:37:08.334Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:37:08.347Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:37:08.347Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:37:08.348Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:37:17.887Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:37:17.890Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:38:08.333Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:38:08.335Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:38:08.335Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:38:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:38:08.348Z||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-08-24T04:38:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:38:17.906Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:38:17.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:39:08.336Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:39:08.337Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:39:08.337Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:39:08.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:39:08.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:39:08.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:39:17.892Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:39:17.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:40:08.333Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:40:08.334Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:40:08.334Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:40:08.347Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:40:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:40:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:40:17.893Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:40:17.895Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:41:08.333Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:41:08.335Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:41:08.335Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:41:08.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:41:08.351Z||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-08-24T04:41:08.351Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:41:17.896Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:41:17.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:42:08.333Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:42:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:42:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:42:08.347Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:42:08.347Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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-08-24T04:42:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:42:17.898Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:42:17.899Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:43:08.333Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:43:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:43:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:43:08.347Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:43:08.347Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-08-24T04:43:08.348Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:43:17.898Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:43:17.898Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:44:08.333Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:44:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:44:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:44:08.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:44:08.347Z||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-08-24T04:44:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:44:17.895Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:44:17.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:45:08.336Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:45:08.337Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:45:08.338Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:45:08.353Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:45:08.354Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:45:08.355Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:45:17.914Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:45:17.916Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:46:08.333Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:46:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:46:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:46:08.347Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:46:08.347Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:46:08.348Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:46:17.893Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:46:17.923Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:47:08.333Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:47:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:47:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:47:08.351Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:47:08.351Z|6884618b-8f43-47cc-969d-87c4119b534c|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-08-24T04:47:08.352Z|6884618b-8f43-47cc-969d-87c4119b534c|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:47:17.888Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:47:17.893Z|6884618b-8f43-47cc-969d-87c4119b534c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:48:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:48:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:48:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:48:08.347Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:48:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:48:08.348Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:48:17.891Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:48:17.894Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:49:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:49:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:49:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:49:08.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:49:08.348Z||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-08-24T04:49:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:49:17.903Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:49:17.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:50:08.333Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:50:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:50:08.334Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:50:08.347Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:50:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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-08-24T04:50:08.348Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:50:17.928Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:50:17.928Z|0a3307c0-d96d-4f62-a545-6559ff24f1bc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:51:08.333Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:51:08.336Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:51:08.336Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:51:08.347Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:51:08.347Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:51:08.348Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:51:17.904Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:51:17.906Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:52:08.333Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:52:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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-08-24T04:52:08.335Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:52:08.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:52:08.347Z||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-08-24T04:52:08.347Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:52:17.905Z|f7473805-ed37-4dd2-801f-6fc9ec40c4de|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:52:17.907Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:53:08.334Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:53:08.336Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:53:08.337Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:53:08.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:53:08.347Z||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-08-24T04:53:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:53:17.902Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:53:17.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:54:08.333Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:54:08.334Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:54:08.334Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:54:08.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:54:08.348Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-24T04:54:08.348Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8EciMxujIJCDJ2BA) ...
2022-08-24T04:54:17.901Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:54:17.902Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:55:08.333Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:55:08.334Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:55:08.334Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:55:08.347Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:55:08.348Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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-08-24T04:55:08.348Z|98f85cad-ca7f-46ab-9579-5f089cc93767|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:55:17.917Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:55:17.920Z|98f85cad-ca7f-46ab-9579-5f089cc93767|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:56:08.333Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:56:08.334Z|65b5e6f0-0445-483b-983a-16338b0f1998|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-08-24T04:56:08.334Z|65b5e6f0-0445-483b-983a-16338b0f1998|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:56:08.347Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:56:08.348Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:56:08.348Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:56:17.909Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:56:17.909Z|65b5e6f0-0445-483b-983a-16338b0f1998|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:57:08.333Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:57:08.334Z|9f084901-6656-4bc0-b5df-469e298d8a38|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-08-24T04:57:08.334Z|9f084901-6656-4bc0-b5df-469e298d8a38|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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:57:08.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-24T04:57:08.348Z||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-08-24T04:57:08.348Z||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 8EciMxujIJCDJ2BA) ...
2022-08-24T04:57:17.883Z|9f084901-6656-4bc0-b5df-469e298d8a38|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-24T04:57:17.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK