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-03-15T10:38:40.132Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T10:38:54.719Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T10:38:54.720Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T10:38:54.889Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T10:39:00.345Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T10:39:00.880Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T10:39:01.597Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T10:39:01.623Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T10:39:01.843Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T10:39:02.169Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T10:39:02.850Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T10:39:05.312Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T10:39:08.702Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T10:39:08.806Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T10:39:09.799Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T10:39:10.186Z||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-03-15T10:39:12.322Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T10:39:13.993Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-15T10:39:14.024Z||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-03-15T10:39:14.025Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T10:39:19.660Z||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-03-15T10:39:25.157Z||main|||||WARN|500||---
2022-03-15T10:39:25.157Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T10:39:25.157Z||main|||||WARN|500||---
2022-03-15T10:39:25.821Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T10:39:33.050Z||main|||||INFO|500||Started Application in 57.627 seconds (JVM running for 60.131)
2022-03-15T10:39:33.078Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T10:39:33.080Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T10:39:33.109Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T10:39:33.149Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T10:39:33.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 79cdd2fc-fc7b-4ab1-9453-31fec9dc6ae6 url= /sdc/v1/artifactTypes
2022-03-15T10:39:33.206Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T10:39:33.537Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T10:39:33.565Z||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-03-15T10:39:33.627Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T10:39:33.636Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T10:39:33.680Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:39:33.709Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 04f808cb-3fc6-4a59-bbde-5e5ba1b2c118 url= /sdc/v1/registerForDistribution
2022-03-15T10:39:33.981Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 04f808cb-3fc6-4a59-bbde-5e5ba1b2c118 url= /sdc/v1/registerForDistribution
2022-03-15T10:39:33.982Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T10:39:33.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:39:33.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:39:34.015Z||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-03-15T10:39:34.015Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:39:34.016Z||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-03-15T10:39:34.016Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:39:34.019Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T10:39:44.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:39:44.647Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:40:33.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:40:33.994Z||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-03-15T10:40:33.994Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:40:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:40:33.998Z||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-03-15T10:40:33.998Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:40:43.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:40:43.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:41:33.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:41:33.993Z||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-03-15T10:41:33.994Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:41:33.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:41:33.997Z||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-03-15T10:41:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:41:43.591Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:41:43.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:42:33.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:42:33.993Z||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-03-15T10:42:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:42:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:42:33.996Z||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-03-15T10:42:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:42:43.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:42:43.601Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:43:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:43:33.992Z||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-03-15T10:43:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:43:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:43:33.996Z||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-03-15T10:43:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:43:43.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:43:43.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:44:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:44:33.993Z||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-03-15T10:44:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:44:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:44:33.996Z||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-03-15T10:44:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:44:43.547Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:44:43.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:45:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:45:33.992Z||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-03-15T10:45:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:45:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:45:33.996Z||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-03-15T10:45:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:45:43.555Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:45:43.566Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:46:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:46:33.992Z||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-03-15T10:46:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:46:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:46:33.998Z||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-03-15T10:46:33.998Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:46:43.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:46:43.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:47:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:47:33.992Z||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-03-15T10:47:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:47:33.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:47:33.996Z||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-03-15T10:47:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:47:43.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:47:43.614Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:48:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:48:33.992Z||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-03-15T10:48:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:48:33.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:48:33.996Z||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-03-15T10:48:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:48:43.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:48:43.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:49:14.353Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T10:49:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:49:33.992Z||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-03-15T10:49:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:49:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:49:33.996Z||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-03-15T10:49:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:49:43.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:49:43.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:50:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:50:33.993Z||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-03-15T10:50:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:50:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:50:33.996Z||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-03-15T10:50:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:50:43.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:50:43.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:51:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:51:33.993Z||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-03-15T10:51:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:51:33.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:51:33.996Z||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-03-15T10:51:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:51:43.562Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:51:43.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:52:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:52:33.992Z||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-03-15T10:52:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:52:33.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:52:33.996Z||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-03-15T10:52:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:52:43.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:52:43.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:53:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:53:33.992Z||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-03-15T10:53:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:53:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:53:33.996Z||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-03-15T10:53:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:53:43.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:53:43.552Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:54:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:54:33.992Z||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-03-15T10:54:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:54:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:54:33.996Z||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-03-15T10:54:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:54:43.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:54:43.569Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:55:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:55:33.992Z||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-03-15T10:55:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:55:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:55:33.996Z||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-03-15T10:55:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:55:43.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:55:43.585Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:56:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:56:33.992Z||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-03-15T10:56:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:56:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:56:33.996Z||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-03-15T10:56:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:56:43.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:56:43.564Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:57:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:57:33.992Z||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-03-15T10:57:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:57:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:57:33.996Z||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-03-15T10:57:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:57:43.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:57:43.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:58:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:58:33.994Z||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-03-15T10:58:33.994Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:58:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:58:33.996Z||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-03-15T10:58:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:58:43.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:58:43.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:59:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:59:33.993Z||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-03-15T10:59:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:59:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:59:33.996Z||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-03-15T10:59:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T10:59:43.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T10:59:43.558Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:00:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:00:33.993Z||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-03-15T11:00:33.994Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:00:33.995Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:00:33.996Z||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-03-15T11:00:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:00:43.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:00:43.560Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:01:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:01:33.992Z||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-03-15T11:01:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:01:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:01:33.996Z||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-03-15T11:01:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:01:43.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:01:43.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:02:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:02:33.993Z||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-03-15T11:02:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:02:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:02:33.996Z||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-03-15T11:02:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:02:43.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:02:43.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:03:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:03:33.992Z||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-03-15T11:03:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:03:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:03:33.996Z||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-03-15T11:03:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:03:43.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:03:43.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:04:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:04:33.993Z||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-03-15T11:04:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:04:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:04:33.996Z||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-03-15T11:04:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:04:43.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:04:43.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:05:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:05:33.992Z||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-03-15T11:05:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:05:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:05:33.996Z||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-03-15T11:05:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:05:43.555Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:05:43.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:06:33.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:06:33.992Z||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-03-15T11:06:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:06:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:06:33.996Z||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-03-15T11:06:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:06:43.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:06:43.567Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:07:33.992Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:07:33.995Z||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-03-15T11:07:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:07:33.995Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:07:33.996Z||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-03-15T11:07:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:07:43.570Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:07:43.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:08:33.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:08:33.992Z||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-03-15T11:08:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:08:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:08:33.996Z||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-03-15T11:08:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:08:43.545Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:08:43.547Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:33.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:09:33.992Z||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-03-15T11:09:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:09:33.996Z||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-03-15T11:09:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:34.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:34.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342519288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342525920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342519288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342525920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342519288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342525920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342519288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342525920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342519288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342525920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342519288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342525920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342519288,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342525920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342536715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342536584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342537723,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "cds",
  "timestamp": 1647342537615,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-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-03-15T11:09:34.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:34.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"51f43266-18ca-4dc0-b732-3989bf2064e9","serviceName":"basic_onboard_nXoqsx","serviceVersion":"1.0","serviceUUID":"071e39c5-6795-47ed-bc63-a7003127a6be","serviceDescription":"service","serviceInvariantUUID":"549251c3-b1a7-4cdd-9ca1-0bb17c628aff","resources":[{"resourceInstanceName":"basic_onboard_nXoqsx 0","resourceName":"basic_onboard_nXoqsx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55ed2111-a416-49da-bc5f-f78ca0b8e1c4","resourceInvariantUUID":"afaa5f67-e717-4b2a-8162-23784113dc9e","resourceCustomizationUUID":"b5206634-51b0-4172-8a27-dc78b5edbad6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml","artifactChecksum":"YWY0MjIzYzJlMzBlZGQ5Yjc4ZTRmYmU3ZWYzZWEwZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48f3275b-1143-4ed2-b388-0757a02ec6bb","artifactVersion":"1"},{"artifactName":"basic_onboard_nxoqsx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json","artifactChecksum":"NDcwNjU5N2RiOWQ4ZThiOTRjYWRjZjExYTZlOGFhYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09995c76-c24d-4530-aa7d-c77028102290","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b629c5e-669a-4f6c-9479-d45107f236d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f4ceee4-25cf-45f1-9bf8-8234e2838113","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ca72bd6-956b-430a-93ff-2c46f1931cd2","artifactVersion":"2","generatedFromUUID":"4b629c5e-669a-4f6c-9479-d45107f236d0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNxoqsx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml","artifactChecksum":"NzI5MmZjODg0NjhlMGNjNzYxNjM5NDFmZmI4ODVmNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec85f78e-3711-4e26-b84d-d611863e6eb8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNxoqsx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar","artifactChecksum":"ZGVjNTIxMGU0NzAxMGY1YzMzNDYwYWM1YjIwNzg5NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac996eea-9cbb-4827-bb2e-1d661fd4f48f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:09:34.638Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:34.648Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:34.660Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:34.660Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:09:34.758Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.761Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-15T11:09:34.765Z||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-03-15T11:09:34.765Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:34.780Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:34.781Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:34.790Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "policy-id",
  "timestamp": 1647342538728,
  "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-03-15T11:09:34.840Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342540023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342541534,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.874Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342542826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342542383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "dcae-sch",
  "timestamp": 1647342529334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342543907,
  "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-03-15T11:09:34.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342544915,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:34.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342528473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342545797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342545920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342546568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "cds",
  "timestamp": 1647342546806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-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-03-15T11:09:34.924Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:34.925Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:34.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342545920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342546918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342547572,
  "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-03-15T11:09:34.944Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.944Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342545920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342545920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342548929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:34.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342545920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "clamp",
  "timestamp": 1647342549936,
  "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-03-15T11:09:34.978Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:34.979Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:34.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342545920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342550670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:34.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342532055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:34.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647342538384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342550952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342545920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342550952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342553245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342553910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342550952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342554536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342554916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:35.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342534479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342550952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342555842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "policy-id",
  "timestamp": 1647342555920,
  "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-03-15T11:09:35.016Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:35.017Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:35.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342550952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342555789,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342556867,
  "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-03-15T11:09:35.041Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:35.042Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:35.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342550952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647342557873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:35.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342550952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:35.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342559099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:35.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647342560103,
  "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-03-15T11:09:35.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:35.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:35.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342563912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:35.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342565917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:35.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "clamp",
  "timestamp": 1647342566932,
  "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-03-15T11:09:35.090Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:09:35.091Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:09:35.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342567216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:35.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:09:35.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "aai-ml",
  "timestamp": 1647342568222,
  "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-03-15T11:09:35.112Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51f43266-18ca-4dc0-b732-3989bf2064e9
2022-03-15T11:09:35.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:09:35.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:09:35.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:35.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:09:35.669Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:35.669Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:35.671Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:35.671Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:09:35.771Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:35.774Z||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-03-15T11:09:35.775Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:35.788Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:35.789Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:36.672Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:36.673Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:36.675Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:36.675Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:09:36.776Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:36.777Z||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-03-15T11:09:36.777Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:36.795Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:36.796Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:37.676Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:37.677Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:37.679Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:37.679Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:37.780Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:37.781Z||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-03-15T11:09:37.782Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:37.799Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:37.800Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:38.680Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:38.681Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:38.684Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:38.685Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T11:09:38.785Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:38.786Z||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-03-15T11:09:38.787Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:38.803Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:38.804Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:39.685Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:39.686Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:39.688Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:39.689Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:09:39.789Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:39.790Z||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-03-15T11:09:39.790Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:39.806Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:39.807Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:40.689Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:09:40.691Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:40.695Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:40.695Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:09:40.794Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:40.796Z||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-03-15T11:09:40.796Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:40.815Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:40.815Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:41.698Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "serviceName": "basic_onboard_nXoqsx",
  "serviceVersion": "1.0",
  "serviceUUID": "071e39c5-6795-47ed-bc63-a7003127a6be",
  "serviceDescription": "service",
  "serviceInvariantUUID": "549251c3-b1a7-4cdd-9ca1-0bb17c628aff",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nXoqsx 0",
      "resourceCustomizationUUID": "b5206634-51b0-4172-8a27-dc78b5edbad6",
      "resourceName": "basic_onboard_nXoqsx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "55ed2111-a416-49da-bc5f-f78ca0b8e1c4",
      "resourceInvariantUUID": "afaa5f67-e717-4b2a-8162-23784113dc9e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nxoqsx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
          "artifactChecksum": "NDcwNjU5N2RiOWQ4ZThiOTRjYWRjZjExYTZlOGFhYWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "09995c76-c24d-4530-aa7d-c77028102290",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4b629c5e-669a-4f6c-9479-d45107f236d0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0ca72bd6-956b-430a-93ff-2c46f1931cd2",
            "generatedFromUUID": "4b629c5e-669a-4f6c-9479-d45107f236d0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0ca72bd6-956b-430a-93ff-2c46f1931cd2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNxoqsx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
      "artifactChecksum": "ZGVjNTIxMGU0NzAxMGY1YzMzNDYwYWM1YjIwNzg5NDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac996eea-9cbb-4827-bb2e-1d661fd4f48f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T11:09:41.701Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:09:41.701Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 071e39c5-6795-47ed-bc63-a7003127a6be ASDC
2022-03-15T11:09:41.821Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:51f43266-18ca-4dc0-b732-3989bf2064e9
ServiceName:basic_onboard_nXoqsx
ServiceVersion:1.0
ServiceUUID:071e39c5-6795-47ed-bc63-a7003127a6be
ServiceInvariantUUID:549251c3-b1a7-4cdd-9ca1-0bb17c628aff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNxoqsx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
ArtifactUUID:ac996eea-9cbb-4827-bb2e-1d661fd4f48f
ArtifactChecksum:ZGVjNTIxMGU0NzAxMGY1YzMzNDYwYWM1YjIwNzg5NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nXoqsx 0
ResourceCustomizationUUID:b5206634-51b0-4172-8a27-dc78b5edbad6
ResourceInvariantUUID:afaa5f67-e717-4b2a-8162-23784113dc9e
ResourceName:basic_onboard_nXoqsx
ResourceType:VF
ResourceUUID:55ed2111-a416-49da-bc5f-f78ca0b8e1c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nxoqsx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
ArtifactUUID:09995c76-c24d-4530-aa7d-c77028102290
ArtifactChecksum:NDcwNjU5N2RiOWQ4ZThiOTRjYWRjZjExYTZlOGFhYWQ=
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/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4b629c5e-669a-4f6c-9479-d45107f236d0
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/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
ArtifactUUID:0ca72bd6-956b-430a-93ff-2c46f1931cd2
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/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
ArtifactUUID:0ca72bd6-956b-430a-93ff-2c46f1931cd2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T11:09:41.821Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 071e39c5-6795-47ed-bc63-a7003127a6be 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-03-15T11:09:41.885Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:09:41.886Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:09:41.888Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:09:41.888Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ac996eea-9cbb-4827-bb2e-1d661fd4f48f from URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:41.888Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:09:41.890Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:42.115Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:09:42.141Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar ac996eea-9cbb-4827-bb2e-1d661fd4f48f 71550
2022-03-15T11:09:42.144Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar ASDC sendASDCNotification
2022-03-15T11:09:42.144Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:42.146Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:09:42.148Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:42.152Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:42.152Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342582142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:42.252Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:42.253Z||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-03-15T11:09:42.254Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:42.271Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:42.271Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:43.153Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:09:43.155Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:09:43.156Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ac996eea-9cbb-4827-bb2e-1d661fd4f48f, URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar to file: /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:43.157Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:43.265Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:43.265Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:44.014Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5277724141128238316/Definitions/service-BasicOnboardNxoqsx-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-03-15T11:09:46.363Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:09:46.369Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:09:46.369Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.369Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T11:09:46.370Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.370Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.370Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.370Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.371Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nXoqsx 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-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:46.372Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:09:46.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.381Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.385Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.386Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:09:46.388Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:09:46.390Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.390Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.390Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.390Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:09:46.391Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:09:46.391Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.392Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.396Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.397Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is not matching search criteria
2022-03-15T11:09:46.397Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T11:09:46.397Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T11:09:46.397Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T11:09:46.398Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:09:46.398Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:09:46.398Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.398Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:09:46.400Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.400Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.401Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:46.401Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.402Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.402Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:46.402Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.403Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:46.403Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:46.403Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.404Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is not matching search criteria
2022-03-15T11:09:46.404Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T11:09:46.404Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:09:46.405Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b4f5d475-a44f-4177-abb5-3d5d40302d35
2022-03-15T11:09:46.405Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.405Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.405Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.406Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.406Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.406Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.407Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:46.407Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:46.407Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nXoqsx
Description:service
Model UUID:071e39c5-6795-47ed-bc63-a7003127a6be
Model Version:NULL
Model InvariantUuid:549251c3-b1a7-4cdd-9ca1-0bb17c628aff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nXoqsx
Model UUID:6aba74d4-9127-464d-ba83-1d6f5d043c6e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:afaa5f67-e717-4b2a-8162-23784113dc9e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b5206634-51b0-4172-8a27-dc78b5edbad6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:00aa5c49-2ff7-4bb7-8f73-3373b87008f6
ModelName:BasicOnboardNxoqsx..base_ubuntu18..module-0
ModelUuid:67659879-82f9-4316-9e76-4cc4c362ca4a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b4f5d475-a44f-4177-abb5-3d5d40302d35
ModelInvariantUuid:b4be815a-bc17-46f8-a911-5627e3502598
ModelName:basic_onboard_nXoqsx-nodes.ubuntu18Cvfc
ModelUuid:0ac9687f-4008-4447-9d68-49938d4d5c06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:da60610d-71df-4a2a-ba4d-42c44665f0e3
ModelInvariantUuid:bfd04091-1d40-4ea0-9b29-7b3c892620c7
ModelName:BasicOnboardNxoqsx.compute.nodes.heat.ubuntu18
ModelUuid:6368c5cc-d985-4439-ac02-9b9ff2dc8de9
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-03-15T11:09:46.421Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 55ed2111-a416-49da-bc5f-f78ca0b8e1c4
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-03-15T11:09:46.571Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||basic_onboard_nXoqsx 0
2022-03-15T11:09:46.578Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55ed2111-a416-49da-bc5f-f78ca0b8e1c4
2022-03-15T11:09:46.578Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 09995c76-c24d-4530-aa7d-c77028102290 from URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
2022-03-15T11:09:46.578Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:09:46.579Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
2022-03-15T11:09:46.802Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:09:46.803Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json 09995c76-c24d-4530-aa7d-c77028102290 798
2022-03-15T11:09:46.803Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json ASDC sendASDCNotification
2022-03-15T11:09:46.803Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
2022-03-15T11:09:46.804Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:09:46.804Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:46.807Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:46.808Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342586803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:46.907Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:46.909Z||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-03-15T11:09:46.909Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:46.924Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:46.925Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:47.810Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNxoqsx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "00aa5c49-2ff7-4bb7-8f73-3373b87008f6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67659879-82f9-4316-9e76-4cc4c362ca4a",
    "vfModuleModelCustomizationUUID": "19934159-1280-4960-bb37-e4963e2d7d75",
    "isBase": true,
    "artifacts": [
      "4b629c5e-669a-4f6c-9479-d45107f236d0",
      "0ca72bd6-956b-430a-93ff-2c46f1931cd2"
    ],
    "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-03-15T11:09:47.824Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNxoqsx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67659879-82f9-4316-9e76-4cc4c362ca4a
VfModuleModelInvariantUUID:00aa5c49-2ff7-4bb7-8f73-3373b87008f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b629c5e-669a-4f6c-9479-d45107f236d0
,
0ca72bd6-956b-430a-93ff-2c46f1931cd2

}
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-03-15T11:09:47.827Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNxoqsx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "00aa5c49-2ff7-4bb7-8f73-3373b87008f6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67659879-82f9-4316-9e76-4cc4c362ca4a",
    "vfModuleModelCustomizationUUID": "19934159-1280-4960-bb37-e4963e2d7d75",
    "isBase": true,
    "artifacts": [
      "4b629c5e-669a-4f6c-9479-d45107f236d0",
      "0ca72bd6-956b-430a-93ff-2c46f1931cd2"
    ],
    "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-03-15T11:09:47.827Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNxoqsx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67659879-82f9-4316-9e76-4cc4c362ca4a
VfModuleModelInvariantUUID:00aa5c49-2ff7-4bb7-8f73-3373b87008f6
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b629c5e-669a-4f6c-9479-d45107f236d0
,
0ca72bd6-956b-430a-93ff-2c46f1931cd2

}
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-03-15T11:09:47.827Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4b629c5e-669a-4f6c-9479-d45107f236d0 from URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
2022-03-15T11:09:47.828Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:09:47.828Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
2022-03-15T11:09:47.911Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:09:47.912Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml 4b629c5e-669a-4f6c-9479-d45107f236d0 5033
2022-03-15T11:09:47.912Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T11:09:47.912Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
2022-03-15T11:09:47.913Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:09:47.913Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:47.916Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:47.917Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342587912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:48.016Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:48.018Z||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-03-15T11:09:48.018Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:48.040Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:48.041Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:48.919Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ca72bd6-956b-430a-93ff-2c46f1931cd2 from URL: /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
2022-03-15T11:09:48.919Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:09:48.919Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
2022-03-15T11:09:49.306Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:09:49.306Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env 0ca72bd6-956b-430a-93ff-2c46f1931cd2 909
2022-03-15T11:09:49.307Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T11:09:49.308Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
2022-03-15T11:09:49.308Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:09:49.308Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:49.313Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:49.313Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342589307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:09:49.412Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:09:49.413Z||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-03-15T11:09:49.414Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:49.440Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:49.441Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:09:50.314Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 071e39c5-6795-47ed-bc63-a7003127a6be
2022-03-15T11:09:50.314Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nXoqsx 0 55ed2111-a416-49da-bc5f-f78ca0b8e1c4 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-03-15T11:09:50.348Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b93ea8e, org.onap.sdc.toscaparser.api.parameters.Input@4472af09, org.onap.sdc.toscaparser.api.parameters.Input@7791fc7d, org.onap.sdc.toscaparser.api.parameters.Input@657d58c8, org.onap.sdc.toscaparser.api.parameters.Input@510e0973]
2022-03-15T11:09:50.352Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.353Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.353Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-15T11:09:50.353Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b5206634-51b0-4172-8a27-dc78b5edbad6
2022-03-15T11:09:50.353Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5206634-51b0-4172-8a27-dc78b5edbad6 matches Tosca VF Customization UUID: b5206634-51b0-4172-8a27-dc78b5edbad6
2022-03-15T11:09:50.354Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b5206634-51b0-4172-8a27-dc78b5edbad6  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-03-15T11:09:50.362Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.362Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.364Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b5206634-51b0-4172-8a27-dc78b5edbad6: {\"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-03-15T11:09:50.364Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f1d44f
2022-03-15T11:09:50.364Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.365Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:09:50.366Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19934159-1280-4960-bb37-e4963e2d7d75
2022-03-15T11:09:50.367Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19934159-1280-4960-bb37-e4963e2d7d75
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-03-15T11:09:50.376Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.376Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:50.376Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:50.377Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.378Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:50.378Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:50.378Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is not matching search criteria
2022-03-15T11:09:50.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T11:09:50.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:09:50.379Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b4f5d475-a44f-4177-abb5-3d5d40302d35
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-03-15T11:09:50.388Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.388Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:50.389Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:09:50.389Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.389Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nXoqsx 0 is matching search criteria
2022-03-15T11:09:50.389Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nXoqsx 0] matching following query criteria: sdcType=VF, customizationUUID=b5206634-51b0-4172-8a27-dc78b5edbad6
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-03-15T11:09:50.392Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.392Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.393Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 071e39c5-6795-47ed-bc63-a7003127a6be: basic_onboard_nXoqsx
2022-03-15T11:09:50.393Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.394Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.394Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.394Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.394Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.395Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.395Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.395Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.396Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:09:50.396Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nXoqsx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:09:50.396Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_nXoqsx 
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-03-15T11:09:50.605Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nXoqsx 55ed2111-a416-49da-bc5f-f78ca0b8e1c4 1 ASDC deployResourceStructure
2022-03-15T11:09:50.606Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json ASDC sendASDCNotification
2022-03-15T11:09:50.606Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json
2022-03-15T11:09:50.607Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:09:50.608Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:50.610Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:50.610Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342590606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:50.712Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:09:50.713Z||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-03-15T11:09:50.713Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:50.731Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:50.732Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:51.611Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T11:09:51.613Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml
2022-03-15T11:09:51.614Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:09:51.615Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:51.620Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:51.620Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342591611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:51.720Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:51.721Z||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-03-15T11:09:51.721Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:51.741Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:51.741Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:52.621Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T11:09:52.622Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env
2022-03-15T11:09:52.622Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:09:52.623Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:52.625Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:52.626Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342592621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:52.726Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:52.727Z||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-03-15T11:09:52.727Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:52.740Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:52.740Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:53.627Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar ASDC sendASDCNotification
2022-03-15T11:09:53.627Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar
2022-03-15T11:09:53.628Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:09:53.629Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:09:53.631Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:09:53.632Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342593627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:09:53.732Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:09:53.734Z||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-03-15T11:09:53.734Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:09:53.752Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:09:53.752Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:09:54.633Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f43266-18ca-4dc0-b732-3989bf2064e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:09:54.651Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f43266-18ca-4dc0-b732-3989bf2064e9
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-03-15T11:09:54.654Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:09:54.654Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:09:54.655Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:09:54.662Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:10:24.663Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51f43266-18ca-4dc0-b732-3989bf2064e9 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-03-15T11:10:24.673Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51f43266-18ca-4dc0-b732-3989bf2064e9 and serviceModelVersionId: 071e39c5-6795-47ed-bc63-a7003127a6be
2022-03-15T11:10:24.673Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 549251c3-b1a7-4cdd-9ca1-0bb17c628aff
2022-03-15T11:10:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:10:33.996Z||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-03-15T11:10:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:34.026Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:34.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:10:34.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:10:34.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:10:41.088Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0
2022-03-15T11:10:41.261Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:10:41.872Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?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-03-15T11:10:41.878Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0|INFO|500||Invoke
2022-03-15T11:10:42.003Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T11:10:42.535Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0|INFO|500||InvokeReturn
2022-03-15T11:10:42.536Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549251c3-b1a7-4cdd-9ca1-0bb17c628aff/model-vers/model-ver/071e39c5-6795-47ed-bc63-a7003127a6be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-11:10:40:458-60672], vertex-id=[163888], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:10:40 GMT], Content-Type=[application/json]}
2022-03-15T11:10:42.537Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:10:42.540Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:10:42.540Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T11:10:42.548Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T11:10:42.549Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51f43266-18ca-4dc0-b732-3989bf2064e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:10:42.550Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:10:42.550Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:42.552Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:42.552Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342642549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:10:42.652Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:42.654Z||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-03-15T11:10:42.654Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:42.671Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:42.672Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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-03-15T11:10:43.568Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:10:43.568Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"31ea7ec6-b77b-4732-8097-603161e1adcc","serviceName":"vFW 2022-03-15 11-06-35","serviceVersion":"1.0","serviceUUID":"7168ad83-348d-4681-a3c1-04d237185825","serviceDescription":"catalog service description","serviceInvariantUUID":"2cfb6396-fdb4-4c0b-ad55-63ac04c03980","resources":[{"resourceInstanceName":"vFW 4f03a196-cad2 0","resourceName":"vFW 4f03a196-cad2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0d1b55c-85c4-4428-a122-4701477fe114","resourceInvariantUUID":"4877f8b9-521e-4f33-9b18-a1b3dcea1263","resourceCustomizationUUID":"3b8be374-011b-41f8-b31c-4d0f1fda139f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml","artifactChecksum":"ZThiOTk2YTNmOTJjYmNjYjZhZTEzZDYyOTM0MDllOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78afacff-51e2-4014-bea1-2fe040f16bb0","artifactVersion":"1"},{"artifactName":"vfw4f03a196cad20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json","artifactChecksum":"MzAzYTI1MmZjYWIwYzk0MzM1YWU3ZjE3ZWQzZTkwOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca1ac645-d91c-4d99-aa6c-bc7c4fc80402","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"82ef866b-be9b-464f-8f9a-59dcf9a742fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml","artifactChecksum":"YzM3ZmEzZGY2NGZjZGYyZTE2OWMxMTg2N2U5MjU5M2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98056af4-d30c-4a44-8475-380f76428415","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efce886d-0e4d-42ee-a484-b3e073dac066","artifactVersion":"2","generatedFromUUID":"82ef866b-be9b-464f-8f9a-59dcf9a742fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315110635-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml","artifactChecksum":"NTJkNjQyNTNmY2Y3MjA1Y2I4YWZjZjRhODcxNTFjMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc59ab28-8b5a-4cc6-b004-07318d3ad825","artifactVersion":"1"},{"artifactName":"service-Vfw20220315110635-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar","artifactChecksum":"ZGQ3ZGRhYmNkMjBhYzgxODYzODQ5NTZlYjUwZTI4ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1480497b-8969-43a9-8121-ef3d560bd564","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:10:43.569Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:43.569Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:43.571Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:43.571Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:10:43.672Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:10:43.673Z||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-03-15T11:10:43.673Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:43.687Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:43.688Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:10:44.572Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:44.573Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:44.575Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:44.575Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:10:44.675Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:44.677Z||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-03-15T11:10:44.677Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:44.693Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:44.694Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:10:45.576Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:45.578Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:45.581Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:45.581Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:10:45.681Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:45.683Z||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-03-15T11:10:45.683Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:45.709Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:45.710Z||pool-21-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:46.582Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:46.583Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:46.585Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:46.585Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:10:46.686Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:10:46.687Z||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-03-15T11:10:46.687Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:46.700Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:46.701Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:47.586Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:47.587Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:47.590Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:47.590Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T11:10:47.690Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:47.692Z||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-03-15T11:10:47.692Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:47.709Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:47.709Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:48.591Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:48.592Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:48.594Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:48.594Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:10:48.694Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:48.695Z||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-03-15T11:10:48.695Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:48.710Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:48.710Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:49.595Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:10:49.596Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:49.598Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:49.598Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:10:49.699Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:49.700Z||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-03-15T11:10:49.700Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:49.722Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:49.723Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:50.600Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "serviceName": "vFW 2022-03-15 11-06-35",
  "serviceVersion": "1.0",
  "serviceUUID": "7168ad83-348d-4681-a3c1-04d237185825",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2cfb6396-fdb4-4c0b-ad55-63ac04c03980",
  "resources": [
    {
      "resourceInstanceName": "vFW 4f03a196-cad2 0",
      "resourceCustomizationUUID": "3b8be374-011b-41f8-b31c-4d0f1fda139f",
      "resourceName": "vFW 4f03a196-cad2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c0d1b55c-85c4-4428-a122-4701477fe114",
      "resourceInvariantUUID": "4877f8b9-521e-4f33-9b18-a1b3dcea1263",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4f03a196cad20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
          "artifactChecksum": "MzAzYTI1MmZjYWIwYzk0MzM1YWU3ZjE3ZWQzZTkwOGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ca1ac645-d91c-4d99-aa6c-bc7c4fc80402",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "82ef866b-be9b-464f-8f9a-59dcf9a742fc",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "efce886d-0e4d-42ee-a484-b3e073dac066",
            "generatedFromUUID": "82ef866b-be9b-464f-8f9a-59dcf9a742fc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "efce886d-0e4d-42ee-a484-b3e073dac066",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220315110635-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
      "artifactChecksum": "ZGQ3ZGRhYmNkMjBhYzgxODYzODQ5NTZlYjUwZTI4ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1480497b-8969-43a9-8121-ef3d560bd564"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T11:10:50.600Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:10:50.601Z|51f43266-18ca-4dc0-b732-3989bf2064e9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7168ad83-348d-4681-a3c1-04d237185825 ASDC
2022-03-15T11:10:50.602Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:31ea7ec6-b77b-4732-8097-603161e1adcc
ServiceName:vFW 2022-03-15 11-06-35
ServiceVersion:1.0
ServiceUUID:7168ad83-348d-4681-a3c1-04d237185825
ServiceInvariantUUID:2cfb6396-fdb4-4c0b-ad55-63ac04c03980
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315110635-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
ArtifactUUID:1480497b-8969-43a9-8121-ef3d560bd564
ArtifactChecksum:ZGQ3ZGRhYmNkMjBhYzgxODYzODQ5NTZlYjUwZTI4ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f03a196-cad2 0
ResourceCustomizationUUID:3b8be374-011b-41f8-b31c-4d0f1fda139f
ResourceInvariantUUID:4877f8b9-521e-4f33-9b18-a1b3dcea1263
ResourceName:vFW 4f03a196-cad2
ResourceType:VF
ResourceUUID:c0d1b55c-85c4-4428-a122-4701477fe114
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f03a196cad20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
ArtifactUUID:ca1ac645-d91c-4d99-aa6c-bc7c4fc80402
ArtifactChecksum:MzAzYTI1MmZjYWIwYzk0MzM1YWU3ZjE3ZWQzZTkwOGI=
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/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
ArtifactUUID:82ef866b-be9b-464f-8f9a-59dcf9a742fc
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/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
ArtifactUUID:efce886d-0e4d-42ee-a484-b3e073dac066
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/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
ArtifactUUID:efce886d-0e4d-42ee-a484-b3e073dac066
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T11:10:50.602Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7168ad83-348d-4681-a3c1-04d237185825 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-03-15T11:10:50.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:10:50.639Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:10:50.639Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:10:50.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1480497b-8969-43a9-8121-ef3d560bd564 from URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:50.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:10:50.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:50.906Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:10:50.912Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar 1480497b-8969-43a9-8121-ef3d560bd564 98932
2022-03-15T11:10:50.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar ASDC sendASDCNotification
2022-03-15T11:10:50.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:50.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:10:50.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:50.916Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:50.916Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342650913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:10:51.016Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:51.018Z||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-03-15T11:10:51.018Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:51.039Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:51.040Z||pool-26-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:51.916Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:10:51.918Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:10:51.918Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1480497b-8969-43a9-8121-ef3d560bd564, URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar to file: /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:51.918Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315110635-csar.csar
2022-03-15T11:10:51.919Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:51.919Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:52.082Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17505445920400604076/Definitions/service-Vfw20220315110635-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_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
2022-03-15T11:10:54.348Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:10:54.348Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.349Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f03a196-cad2 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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||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-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220315110635-csar.csar
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:10:54.350Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:10:54.351Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.352Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.352Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.352Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:10:54.353Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:10:54.353Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.353Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.354Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.354Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:54.354Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.355Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.356Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:54.356Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:54.356Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:54.356Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.357Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.357Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:54.357Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.357Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:54.358Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.358Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:10:54.358Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.358Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:10:54.359Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.359Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.359Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:54.360Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.360Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.360Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.361Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:54.362Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.363Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c2b7fde-8a4b-4d2b-97a0-c49fdac77f41
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:54.364Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T11:10:54.365Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=274a091f-1bda-4e6b-a55c-18d7dcfd7e6e
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:54.366Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.367Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T11:10:54.368Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e4df4c28-b8ba-4357-9330-15aad96e0a16
2022-03-15T11:10:54.369Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.369Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.369Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.369Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.370Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.370Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.388Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:54.389Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:54.389Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-15 11-06-35
Description:catalog service description
Model UUID:7168ad83-348d-4681-a3c1-04d237185825
Model Version:NULL
Model InvariantUuid:2cfb6396-fdb4-4c0b-ad55-63ac04c03980
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4f03a196-cad2
Model UUID:79a83a72-6fcb-4e45-bf87-47c36f4951cb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4877f8b9-521e-4f33-9b18-a1b3dcea1263
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3b8be374-011b-41f8-b31c-4d0f1fda139f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1
ModelName:Vfw4f03a196Cad2..base_vfw..module-0
ModelUuid:59807c6f-ed72-48bf-99d7-ca1cf63f2e71
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4c2b7fde-8a4b-4d2b-97a0-c49fdac77f41
ModelInvariantUuid:c8e9c3fe-8d1d-41cf-a7b0-7060db756743
ModelName:vFW 4f03a196-cad2-nodes.vfwCvfc
ModelUuid:ccfa7202-78a1-46fb-a107-47b83309ae78
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:99a25ada-63fc-44e3-91cd-ac3e33985058
ModelInvariantUuid:0a9e175a-1bf5-4644-b333-b823a7d3f524
ModelName:Vfw4f03a196Cad2.compute.nodes.heat.vfw
ModelUuid:641e461e-a765-4138-ba3f-73c037df8f75
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:274a091f-1bda-4e6b-a55c-18d7dcfd7e6e
ModelInvariantUuid:b0bb8d93-c49e-40b5-93e8-932923608790
ModelName:vFW 4f03a196-cad2-nodes.vsnCvfc
ModelUuid:d481a674-6627-451b-83b6-1115569a2cbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:964f5804-498b-4ca8-82de-9b9b53f8b327
ModelInvariantUuid:718ea72a-d3d5-4ee3-bbbe-1b2884102d89
ModelName:Vfw4f03a196Cad2.compute.nodes.heat.vsn
ModelUuid:80cfd4ab-a628-472c-a4e2-e7d1b7c6dcaa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e4df4c28-b8ba-4357-9330-15aad96e0a16
ModelInvariantUuid:4b8e1ab1-36b0-476b-a01a-d868a600c77c
ModelName:vFW 4f03a196-cad2-nodes.vpgCvfc
ModelUuid:e1033a20-c092-41dd-ae0e-a7e167495a13
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6723efb4-05b3-493f-bb97-4e5a38213b5b
ModelInvariantUuid:cd791b3b-3292-4784-afb5-97261e6f3db6
ModelName:Vfw4f03a196Cad2.compute.nodes.heat.vpg
ModelUuid:5551d10f-1fd9-445b-8fef-b61e8c245328
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-03-15T11:10:54.399Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c0d1b55c-85c4-4428-a122-4701477fe114
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-03-15T11:10:54.403Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||vFW 4f03a196-cad2 0
2022-03-15T11:10:54.404Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0d1b55c-85c4-4428-a122-4701477fe114
2022-03-15T11:10:54.404Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca1ac645-d91c-4d99-aa6c-bc7c4fc80402 from URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
2022-03-15T11:10:54.404Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:10:54.404Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
2022-03-15T11:10:54.890Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:10:54.890Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json ca1ac645-d91c-4d99-aa6c-bc7c4fc80402 785
2022-03-15T11:10:54.891Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json ASDC sendASDCNotification
2022-03-15T11:10:54.891Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
2022-03-15T11:10:54.891Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:10:54.891Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:54.894Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:54.894Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342654891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:10:54.994Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:10:54.996Z||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-03-15T11:10:54.996Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:55.012Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:55.013Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:55.895Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f03a196Cad2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "59807c6f-ed72-48bf-99d7-ca1cf63f2e71",
    "vfModuleModelCustomizationUUID": "80fdda93-b756-4490-bbbd-dccc293d7a94",
    "isBase": true,
    "artifacts": [
      "82ef866b-be9b-464f-8f9a-59dcf9a742fc",
      "efce886d-0e4d-42ee-a484-b3e073dac066"
    ],
    "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-03-15T11:10:55.902Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f03a196Cad2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59807c6f-ed72-48bf-99d7-ca1cf63f2e71
VfModuleModelInvariantUUID:67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
82ef866b-be9b-464f-8f9a-59dcf9a742fc
,
efce886d-0e4d-42ee-a484-b3e073dac066

}
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-03-15T11:10:55.906Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f03a196Cad2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "59807c6f-ed72-48bf-99d7-ca1cf63f2e71",
    "vfModuleModelCustomizationUUID": "80fdda93-b756-4490-bbbd-dccc293d7a94",
    "isBase": true,
    "artifacts": [
      "82ef866b-be9b-464f-8f9a-59dcf9a742fc",
      "efce886d-0e4d-42ee-a484-b3e073dac066"
    ],
    "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-03-15T11:10:55.907Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f03a196Cad2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59807c6f-ed72-48bf-99d7-ca1cf63f2e71
VfModuleModelInvariantUUID:67a4cd71-7ec4-42bf-b6e9-b5555f47dbc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
82ef866b-be9b-464f-8f9a-59dcf9a742fc
,
efce886d-0e4d-42ee-a484-b3e073dac066

}
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-03-15T11:10:55.907Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 82ef866b-be9b-464f-8f9a-59dcf9a742fc from URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
2022-03-15T11:10:55.907Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:10:55.907Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
2022-03-15T11:10:56.300Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:10:56.302Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml 82ef866b-be9b-464f-8f9a-59dcf9a742fc 20368
2022-03-15T11:10:56.302Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T11:10:56.302Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
2022-03-15T11:10:56.302Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:10:56.303Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:56.305Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:56.305Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342656302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:10:56.405Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:56.407Z||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-03-15T11:10:56.407Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:56.438Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:56.439Z||pool-28-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:57.306Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: efce886d-0e4d-42ee-a484-b3e073dac066 from URL: /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
2022-03-15T11:10:57.307Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:10:57.307Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
2022-03-15T11:10:57.591Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:10:57.591Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env efce886d-0e4d-42ee-a484-b3e073dac066 2098
2022-03-15T11:10:57.592Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T11:10:57.592Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
2022-03-15T11:10:57.592Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:10:57.592Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:57.595Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:57.595Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342657592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:10:57.695Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:57.696Z||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-03-15T11:10:57.696Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:57.723Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:57.724Z||pool-29-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:58.596Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7168ad83-348d-4681-a3c1-04d237185825
2022-03-15T11:10:58.596Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f03a196-cad2 0 c0d1b55c-85c4-4428-a122-4701477fe114 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-03-15T11:10:58.624Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e2f3450, org.onap.sdc.toscaparser.api.parameters.Input@114f79b0, org.onap.sdc.toscaparser.api.parameters.Input@bfbbeaa, org.onap.sdc.toscaparser.api.parameters.Input@38b14f7b, org.onap.sdc.toscaparser.api.parameters.Input@5fdb6189]
2022-03-15T11:10:58.626Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.626Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.627Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-15T11:10:58.627Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3b8be374-011b-41f8-b31c-4d0f1fda139f
2022-03-15T11:10:58.627Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b8be374-011b-41f8-b31c-4d0f1fda139f matches Tosca VF Customization UUID: 3b8be374-011b-41f8-b31c-4d0f1fda139f
2022-03-15T11:10:58.627Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3b8be374-011b-41f8-b31c-4d0f1fda139f  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-03-15T11:10:58.630Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.631Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.632Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3b8be374-011b-41f8-b31c-4d0f1fda139f: {\"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-03-15T11:10:58.632Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5193b648
2022-03-15T11:10:58.632Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.632Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:10:58.633Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80fdda93-b756-4490-bbbd-dccc293d7a94
2022-03-15T11:10:58.633Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80fdda93-b756-4490-bbbd-dccc293d7a94
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-03-15T11:10:58.636Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.636Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.636Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.637Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.637Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:58.638Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:58.639Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:58.639Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T11:10:58.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:58.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:58.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.640Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.641Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:58.641Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.641Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:58.642Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.642Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4c2b7fde-8a4b-4d2b-97a0-c49fdac77f41
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-03-15T11:10:58.646Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.646Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.646Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.647Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.647Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:58.647Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:58.648Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:58.648Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:58.648Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.648Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.649Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.649Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:58.649Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T11:10:58.649Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:10:58.650Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.650Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:10:58.650Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.650Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=274a091f-1bda-4e6b-a55c-18d7dcfd7e6e
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-03-15T11:10:58.654Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.654Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.654Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.657Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.658Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is not matching search criteria
2022-03-15T11:10:58.658Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:10:58.658Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:10:58.658Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:10:58.659Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.659Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.659Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:10:58.660Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T11:10:58.661Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e4df4c28-b8ba-4357-9330-15aad96e0a16
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-03-15T11:10:58.664Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.664Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.664Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:10:58.664Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.665Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Node template vFW 4f03a196-cad2 0 is matching search criteria
2022-03-15T11:10:58.665Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4f03a196-cad2 0] matching following query criteria: sdcType=VF, customizationUUID=3b8be374-011b-41f8-b31c-4d0f1fda139f
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-03-15T11:10:58.667Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.668Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.668Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7168ad83-348d-4681-a3c1-04d237185825: vFW 4f03a196-cad2
2022-03-15T11:10:58.668Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.668Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.669Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.669Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.669Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.670Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.670Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.670Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.671Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:10:58.671Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-15 11-06-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:10:58.671Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-15 11-06-35 
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-03-15T11:10:58.912Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f03a196-cad2 c0d1b55c-85c4-4428-a122-4701477fe114 1 ASDC deployResourceStructure
2022-03-15T11:10:58.913Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json ASDC sendASDCNotification
2022-03-15T11:10:58.914Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json
2022-03-15T11:10:58.914Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:10:58.915Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:58.917Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:58.918Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342658913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:10:59.018Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:10:59.019Z||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-03-15T11:10:59.019Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:10:59.032Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:10:59.032Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:10:59.919Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T11:10:59.920Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml
2022-03-15T11:10:59.920Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:10:59.920Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:10:59.922Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:10:59.922Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342659919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:11:00.023Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:11:00.024Z||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-03-15T11:11:00.024Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:11:00.038Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:11:00.039Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:11:00.926Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T11:11:00.927Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env
2022-03-15T11:11:00.927Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:11:00.927Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:11:00.929Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:11:00.929Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342660926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T11:11:01.030Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:11:01.031Z||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-03-15T11:11:01.031Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:11:01.049Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:11:01.050Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:11:01.930Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar ASDC sendASDCNotification
2022-03-15T11:11:01.931Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar
2022-03-15T11:11:01.931Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:11:01.932Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:11:01.934Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:11:01.935Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342661930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:11:02.035Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:11:02.037Z||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-03-15T11:11:02.037Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:11:02.052Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:11:02.053Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:11:02.938Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:11:02.954Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:11:02.960Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:11:02.960Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:11:02.960Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:11:32.961Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:11:32.976Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:11:32.980Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:11:32.980Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:11:32.980Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:11:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:11:33.996Z||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-03-15T11:11:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:11:34.024Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:11:34.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:11:34.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:11:34.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:02.981Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:12:02.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:12:02.994Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:12:02.994Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:12:02.994Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:12:32.994Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:12:33.005Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:12:33.008Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:12:33.008Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:12:33.008Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:12:33.995Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:12:33.996Z||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-03-15T11:12:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:12:34.025Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:12:34.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:12:34.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342542571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342576355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:12:34.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:12:34.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342582142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.033Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342586803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342587912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342589307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342590606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/basic_onboard_nxoqsx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342590113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342591611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:12:34.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "aai-ml",
  "timestamp": 1647342591118,
  "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-03-15T11:12:34.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31ea7ec6-b77b-4732-8097-603161e1adcc
2022-03-15T11:12:34.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:12:34.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342592621,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/resourceInstances/basic_onboard_nxoqsx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T11:12:34.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:12:34.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:12:34.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342593627,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNxoqsx/1.0/artifacts/service-BasicOnboardNxoqsx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:12:34.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:03.009Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:13:03.021Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc
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-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:13:03.027Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:13:03.028Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:13:03.034Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:13:33.035Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31ea7ec6-b77b-4732-8097-603161e1adcc 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-03-15T11:13:33.046Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31ea7ec6-b77b-4732-8097-603161e1adcc and serviceModelVersionId: 7168ad83-348d-4681-a3c1-04d237185825
2022-03-15T11:13:33.047Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cfb6396-fdb4-4c0b-ad55-63ac04c03980
2022-03-15T11:13:33.049Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0
2022-03-15T11:13:33.054Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:13:33.128Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?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-03-15T11:13:33.130Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0|INFO|500||Invoke
2022-03-15T11:13:33.164Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T11:13:33.276Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0|INFO|500||InvokeReturn
2022-03-15T11:13:33.279Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfb6396-fdb4-4c0b-ad55-63ac04c03980/model-vers/model-ver/7168ad83-348d-4681-a3c1-04d237185825?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-11:13:31:617-17795], vertex-id=[364680], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:13:31 GMT], Content-Type=[application/json]}
2022-03-15T11:13:33.280Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:13:33.280Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:13:33.281Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T11:13:33.288Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T11:13:33.289Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31ea7ec6-b77b-4732-8097-603161e1adcc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:13:33.289Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:13:33.290Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:33.292Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:33.292Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342813289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:13:33.393Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:13:33.394Z||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-03-15T11:13:33.394Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:13:33.412Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:13:33.413Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:13:33.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:33.997Z||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-03-15T11:13:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:13:34.045Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:13:34.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51f43266-18ca-4dc0-b732-3989bf2064e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342642549,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:13:34.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:13:34.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:13:34.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:13:34.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342573991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:13:34.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342650913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342654891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342656302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:13:34.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342657592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342658913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/vfw4f03a196cad20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342659919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342660926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/resourceInstances/vfw4f03a196cad20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342661930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220315110635/1.0/artifacts/service-Vfw20220315110635-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:13:34.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T11:13:34.307Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:34.309Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:13:34.309Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:13:44.598Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:13:44.599Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:44.600Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:13:44.600Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:13:54.152Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:13:54.153Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:54.154Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:13:54.154Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:14:03.693Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:14:03.694Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:14:03.695Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:14:03.695Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:14:13.257Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:14:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:14:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:14:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:14:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:14:33.995Z||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-03-15T11:14:33.995Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:14:34.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:14:34.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-15T11:14:34.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31ea7ec6-b77b-4732-8097-603161e1adcc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647342813289,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:14:34.522Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:14:43.548Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:15:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:15:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:15:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:15:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:15:33.996Z||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-03-15T11:15:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:15:43.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:15:43.550Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:16:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:16:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:16:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:16:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:16:33.996Z||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-03-15T11:16:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:16:43.547Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:16:43.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:17:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:17:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:17:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:17:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:17:33.995Z||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-03-15T11:17:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:17:43.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:17:43.547Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:18:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:18:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:18:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:18:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:18:33.996Z||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-03-15T11:18:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:18:43.552Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:18:43.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:19:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:19:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:19:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:19:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:19:33.996Z||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-03-15T11:19:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:19:43.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:19:43.562Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:20:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:20:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:20:33.992Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:20:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:20:33.995Z||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-03-15T11:20:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:20:43.563Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:20:43.609Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:21:33.991Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:21:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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-03-15T11:21:33.993Z|31ea7ec6-b77b-4732-8097-603161e1adcc|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:21:33.995Z||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-03-15T11:21:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:40.674Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:21:40.676Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:21:40.677Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e0a66a3-3a9a-4e3b-9b3f-51709199d39f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ddf01581-9dec-4c9f-8b3f-e64228f00d2b","serviceDescription":"service","serviceInvariantUUID":"35685711-2202-4100-afff-e470170909c5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f5f607c1-c3e5-4bb5-a3d0-d2450b315f9e","resourceInvariantUUID":"a5087401-df81-47a4-ad08-aeea0bd6b98e","resourceCustomizationUUID":"5d493767-ba49-4f4f-8359-0eae5088833c","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":"Y2IyOTYxMzVhMzExMjk0MmQzN2M1ODExYzAzNDdlOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"534a163c-4e81-4878-a98e-dfbaa151cc1b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTA2YWM5OWUyNGQ0NzlmODdmMzllM2Y0YWVmYzM4MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98614540-f7b5-420d-80d9-3ade461955ab","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:21:40.684Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:21:40.685Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:21:40.690Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:21:40.690Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343293991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:21:40.790Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:21:40.792Z||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-03-15T11:21:40.792Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:40.861Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:21:40.862Z||pool-35-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":3,"count":1}
2022-03-15T11:21:40.993Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:21:40.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:21:40.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "clamp",
  "timestamp": 1647343299288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:21:40.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:21:41.691Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:21:41.696Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:21:41.699Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:21:41.699Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343293991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:21:41.799Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:21:41.800Z||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-03-15T11:21:41.800Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:41.822Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:21:41.822Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:21:42.701Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ddf01581-9dec-4c9f-8b3f-e64228f00d2b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "35685711-2202-4100-afff-e470170909c5",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5d493767-ba49-4f4f-8359-0eae5088833c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f5f607c1-c3e5-4bb5-a3d0-d2450b315f9e",
      "resourceInvariantUUID": "a5087401-df81-47a4-ad08-aeea0bd6b98e",
      "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": "MTA2YWM5OWUyNGQ0NzlmODdmMzllM2Y0YWVmYzM4MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "98614540-f7b5-420d-80d9-3ade461955ab"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T11:21:42.704Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:21:42.704Z|31ea7ec6-b77b-4732-8097-603161e1adcc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ddf01581-9dec-4c9f-8b3f-e64228f00d2b ASDC
2022-03-15T11:21:42.705Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ddf01581-9dec-4c9f-8b3f-e64228f00d2b
ServiceInvariantUUID:35685711-2202-4100-afff-e470170909c5
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:98614540-f7b5-420d-80d9-3ade461955ab
ArtifactChecksum:MTA2YWM5OWUyNGQ0NzlmODdmMzllM2Y0YWVmYzM4MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5d493767-ba49-4f4f-8359-0eae5088833c
ResourceInvariantUUID:a5087401-df81-47a4-ad08-aeea0bd6b98e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f5f607c1-c3e5-4bb5-a3d0-d2450b315f9e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-15T11:21:42.705Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ddf01581-9dec-4c9f-8b3f-e64228f00d2b 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-03-15T11:21:42.746Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:21:42.748Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:21:42.748Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:21:42.749Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 98614540-f7b5-420d-80d9-3ade461955ab from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T11:21:42.749Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:21:42.749Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T11:21:43.228Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:21:43.231Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 98614540-f7b5-420d-80d9-3ade461955ab 52487
2022-03-15T11:21:43.231Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T11:21:43.231Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T11:21:43.231Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:21:43.232Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:21:43.234Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:21:43.234Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343303231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:21:43.334Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:21:43.336Z||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-03-15T11:21:43.336Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:43.350Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:21:43.351Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:21:44.235Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:21:44.236Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:21:44.236Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 98614540-f7b5-420d-80d9-3ade461955ab, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.237Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-15T11:21:44.237Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.238Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.406Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4532455863391059929/Definitions/service-BasicNetwork-template.yml
2022-03-15T11:21:44.972Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:21:44.973Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:21:44.973Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.973Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-15T11:21:44.974Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.975Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.975Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:44.975Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:21:44.975Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:44.976Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.976Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.977Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:44.978Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.979Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:44.979Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.979Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:44.979Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.980Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:44.980Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:44.980Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ddf01581-9dec-4c9f-8b3f-e64228f00d2b
Model Version:NULL
Model InvariantUuid:35685711-2202-4100-afff-e470170909c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a5087401-df81-47a4-ad08-aeea0bd6b98e
Model UUID:ec849669-55ad-4d84-9905-ea6810fbc7bd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5d493767-ba49-4f4f-8359-0eae5088833c
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-03-15T11:21:44.996Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: f5f607c1-c3e5-4bb5-a3d0-d2450b315f9e
2022-03-15T11:21:44.996Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||No resources found for Service: ddf01581-9dec-4c9f-8b3f-e64228f00d2b
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-03-15T11:21:45.005Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||
2022-03-15T11:21:45.006Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-15T11:21:45.007Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ddf01581-9dec-4c9f-8b3f-e64228f00d2b
2022-03-15T11:21:45.007Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ddf01581-9dec-4c9f-8b3f-e64228f00d2b
2022-03-15T11:21:45.007Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-15T11:21:45.008Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:45.014Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@306f41f, org.onap.sdc.toscaparser.api.parameters.Input@55ec25ef, org.onap.sdc.toscaparser.api.parameters.Input@389f509b, org.onap.sdc.toscaparser.api.parameters.Input@3874a6dd, org.onap.sdc.toscaparser.api.parameters.Input@ce61bc0]
2022-03-15T11:21:45.016Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:45.017Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.017Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:45.017Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.017Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ddf01581-9dec-4c9f-8b3f-e64228f00d2b: Generic NeutronNet
2022-03-15T11:21:45.018Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:45.018Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.018Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:45.018Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:45.067Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:45.067Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.067Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:45.068Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.068Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:21:45.068Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:21:45.068Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||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-03-15T11:21:45.131Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-15T11:21:45.131Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-15T11:21:45.131Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-15T11:21:45.132Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:21:45.132Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:21:45.134Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:21:45.134Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343305131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:21:45.235Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:21:45.236Z||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-03-15T11:21:45.236Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:21:45.250Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:21:45.250Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:21:46.136Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:21:46.149Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:21:46.152Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:21:46.153Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:21:46.153Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:22:16.153Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:22:16.163Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:22:16.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:22:16.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:22:16.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:22:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:22:33.996Z||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-03-15T11:22:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:22:34.027Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:22:34.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:22:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343298384,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:22:34.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:22:34.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:22:34.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343292055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:22:34.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:22:34.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:22:34.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343293991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:22:34.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:22:34.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:22:34.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "aai-ml",
  "timestamp": 1647343292571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:22:34.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:22:46.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:22:46.177Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:22:46.179Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:22:46.179Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:22:46.180Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:23:16.180Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:23:16.192Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:23:16.195Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:23:16.196Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:23:16.196Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:23:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:23:33.996Z||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-03-15T11:23:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:23:34.024Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:23:34.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:23:34.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "cds",
  "timestamp": 1647343293474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:23:34.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:23:46.199Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:23:46.232Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:23:46.239Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:23:46.239Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:23:46.239Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:24:16.240Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:24:16.252Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:24:16.254Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:24:16.254Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:24:16.255Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:24:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:24:33.996Z||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-03-15T11:24:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:24:34.024Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:24:34.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343292055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343293991,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "aai-ml",
  "timestamp": 1647343292571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:24:34.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343298384,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "clamp",
  "timestamp": 1647343299288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "cds",
  "timestamp": 1647343293474,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "cds",
  "timestamp": 1647343302584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343303231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "aai-ml",
  "timestamp": 1647343302121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "cds",
  "timestamp": 1647343303601,
  "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=?
2022-03-15T11:24:34.036Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.036Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:34.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343305131,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:24:34.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "policy-id",
  "timestamp": 1647343305920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "clamp",
  "timestamp": 1647343306071,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "policy-id",
  "timestamp": 1647343305920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "aai-ml",
  "timestamp": 1647343307213,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "policy-id",
  "timestamp": 1647343308930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "aai-ml",
  "timestamp": 1647343308218,
  "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-03-15T11:24:34.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.061Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:34.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "clamp",
  "timestamp": 1647343309075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "policy-id",
  "timestamp": 1647343309938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343309335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "clamp",
  "timestamp": 1647343310081,
  "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-03-15T11:24:34.078Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.078Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:34.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "policy-id",
  "timestamp": 1647343310941,
  "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-03-15T11:24:34.097Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.097Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:34.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343309335,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343314479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343314479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343317478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343319112,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:24:34.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343320116,
  "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-03-15T11:24:34.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
2022-03-15T11:24:34.119Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:24:46.255Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:24:46.265Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f
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-03-15T11:24:46.269Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:24:46.269Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:24:46.270Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:24:46.270Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:24:46.270Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:24:46.271Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:24:46.272Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:24:46.278Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:25:16.278Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f 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-03-15T11:25:16.285Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f and serviceModelVersionId: ddf01581-9dec-4c9f-8b3f-e64228f00d2b
2022-03-15T11:25:16.285Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35685711-2202-4100-afff-e470170909c5
2022-03-15T11:25:16.287Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0
2022-03-15T11:25:16.296Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:25:16.369Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?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-03-15T11:25:16.371Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0|INFO|500||Invoke
2022-03-15T11:25:16.397Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T11:25:16.730Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0|INFO|500||InvokeReturn
2022-03-15T11:25:16.731Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35685711-2202-4100-afff-e470170909c5/model-vers/model-ver/ddf01581-9dec-4c9f-8b3f-e64228f00d2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-11:25:14:853-1366], vertex-id=[217168], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:25:14 GMT], Content-Type=[application/json]}
2022-03-15T11:25:16.732Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:25:16.732Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:25:16.732Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T11:25:16.737Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T11:25:16.737Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e0a66a3-3a9a-4e3b-9b3f-51709199d39f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:25:16.738Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:25:16.738Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:16.741Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:16.741Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343516738,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:25:16.841Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:16.842Z||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-03-15T11:25:16.843Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:16.858Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:16.859Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T11:25:17.752Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:25:17.752Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|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-03-15T11:25:17.753Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:22.115Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:22.117Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:25:22.118Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"da4d29e4-e4e8-4030-8a14-ab73b43648b8","serviceDescription":"service","serviceInvariantUUID":"ce7788a1-affc-4dc9-a94a-8f23d96ac302","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0bfc08e-95ae-48c5-a709-c41aa34043bf","resourceInvariantUUID":"bb215b8a-f8db-4bb4-b5cd-f542f017f292","resourceCustomizationUUID":"a2be31af-098e-4349-a1a8-c223cd12ea64","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"59a86187-1383-4d10-8cbb-178a1dcbda39","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZThhYTE3ZGU3NmY5ZmVhNGM0MmNjNmRlNDY4ZmYzZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed04143d-cdb6-42db-ab0c-dcbe7632dd0a","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OGM4NWRlMGFkMWNiOGVjMjI2ZWMzYmQzODJjNTdlNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a2e3d31c-73e5-4b17-a459-ad3653578270","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"28c26456-0fd7-4eb7-babd-f86ae0137036","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70727c77-2d29-44bb-a846-0b191921257f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f365245b-735c-42ff-b4ba-b4f8f53a4c36","artifactVersion":"2","generatedFromUUID":"28c26456-0fd7-4eb7-babd-f86ae0137036"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjliYmNiYjY0NGE0YWE3Yzk3MzJiMDM4MjFmMzBkZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b92c156a-96bf-4f2d-91e0-e0433c816c49","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZGJhZTVmNmRhZGE3NjEwNmQ1ODhhMTJiYzQ3ODJhYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:25:22.120Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:22.121Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:22.124Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:22.124Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:22.224Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:22.225Z||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-03-15T11:25:22.225Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:22.239Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:22.240Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:23.124Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:23.125Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:23.127Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:23.128Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:23.228Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:23.230Z||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-03-15T11:25:23.230Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:23.313Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:23.313Z||pool-41-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":2,"count":1}
2022-03-15T11:25:24.128Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:24.129Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:24.132Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:24.132Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:25:24.233Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:25:24.234Z||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-03-15T11:25:24.234Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:24.271Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:24.273Z||pool-42-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:25.133Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:25.135Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:25.138Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:25.139Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:25:25.238Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:25.240Z||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-03-15T11:25:25.240Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:25.255Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:25.255Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:26.140Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:26.141Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:26.144Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:26.145Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:26.244Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:26.245Z||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-03-15T11:25:26.245Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:26.258Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:26.259Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:27.145Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:27.147Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:27.149Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:27.150Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T11:25:27.250Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:27.251Z||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-03-15T11:25:27.251Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:27.263Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:27.263Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:28.151Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:28.152Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:28.155Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:28.155Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:28.255Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:28.256Z||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-03-15T11:25:28.256Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:28.271Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:28.272Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:25:29.156Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:25:29.157Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:29.160Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:29.160Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:25:29.260Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:29.261Z||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-03-15T11:25:29.261Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:29.277Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:29.277Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:30.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "da4d29e4-e4e8-4030-8a14-ab73b43648b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ce7788a1-affc-4dc9-a94a-8f23d96ac302",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "a2be31af-098e-4349-a1a8-c223cd12ea64",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b0bfc08e-95ae-48c5-a709-c41aa34043bf",
      "resourceInvariantUUID": "bb215b8a-f8db-4bb4-b5cd-f542f017f292",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "OGM4NWRlMGFkMWNiOGVjMjI2ZWMzYmQzODJjNTdlNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a2e3d31c-73e5-4b17-a459-ad3653578270",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "28c26456-0fd7-4eb7-babd-f86ae0137036",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f365245b-735c-42ff-b4ba-b4f8f53a4c36",
            "generatedFromUUID": "28c26456-0fd7-4eb7-babd-f86ae0137036"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f365245b-735c-42ff-b4ba-b4f8f53a4c36",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZGJhZTVmNmRhZGE3NjEwNmQ1ODhhMTJiYzQ3ODJhYmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T11:25:30.166Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:25:30.167Z|4e0a66a3-3a9a-4e3b-9b3f-51709199d39f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da4d29e4-e4e8-4030-8a14-ab73b43648b8 ASDC
2022-03-15T11:25:30.168Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:da4d29e4-e4e8-4030-8a14-ab73b43648b8
ServiceInvariantUUID:ce7788a1-affc-4dc9-a94a-8f23d96ac302
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4
ArtifactChecksum:ZGJhZTVmNmRhZGE3NjEwNmQ1ODhhMTJiYzQ3ODJhYmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:a2be31af-098e-4349-a1a8-c223cd12ea64
ResourceInvariantUUID:bb215b8a-f8db-4bb4-b5cd-f542f017f292
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b0bfc08e-95ae-48c5-a709-c41aa34043bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:a2e3d31c-73e5-4b17-a459-ad3653578270
ArtifactChecksum:OGM4NWRlMGFkMWNiOGVjMjI2ZWMzYmQzODJjNTdlNWU=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:28c26456-0fd7-4eb7-babd-f86ae0137036
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:f365245b-735c-42ff-b4ba-b4f8f53a4c36
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:f365245b-735c-42ff-b4ba-b4f8f53a4c36
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T11:25:30.168Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da4d29e4-e4e8-4030-8a14-ab73b43648b8 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-03-15T11:25:30.214Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:25:30.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T11:25:30.424Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:25:30.427Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4 73648
2022-03-15T11:25:30.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-15T11:25:30.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T11:25:30.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:25:30.429Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:30.431Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:30.431Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343530428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:25:30.532Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:30.533Z||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-03-15T11:25:30.533Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:30.546Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:30.547Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:31.432Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:25:31.434Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:25:31.434Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d1aa6b20-6b9a-4392-b5d4-ecc4908ca3f4, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:31.435Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-15T11:25:31.435Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:31.436Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:31.629Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11730964260154236558/Definitions/service-Basicclamp-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-03-15T11:25:32.870Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:25:32.871Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:25:32.871Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.871Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T11:25:32.871Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||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-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-15T11:25:32.872Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:25:32.873Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.874Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.875Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.875Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-15T11:25:32.875Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:25:32.876Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.877Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:25:32.877Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.877Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.877Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.878Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:32.879Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:32.879Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.879Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-15T11:25:32.879Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T11:25:32.879Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:25:32.879Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=829bb40c-435b-4902-ae4f-1b11b8d06eae
2022-03-15T11:25:32.880Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.880Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.880Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.880Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.880Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.880Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.881Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:32.881Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:32.881Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:da4d29e4-e4e8-4030-8a14-ab73b43648b8
Model Version:NULL
Model InvariantUuid:ce7788a1-affc-4dc9-a94a-8f23d96ac302
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:f1980e42-c071-4e2d-a843-07f45642615c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bb215b8a-f8db-4bb4-b5cd-f542f017f292
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2be31af-098e-4349-a1a8-c223cd12ea64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:310163ad-5812-41b7-9c09-8fa6e7247e5a
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:6ed3b28b-5b6f-4991-a2f9-aa709a939fe8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:829bb40c-435b-4902-ae4f-1b11b8d06eae
ModelInvariantUuid:fe74fe96-9597-4a7a-bc8d-a4f4383cb349
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d5ca3e21-0792-4d6b-83b6-c3b772706e94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bd970bc1-c99c-4599-a79f-0ada72466325
ModelInvariantUuid:3a0d37f9-6737-4940-a801-3f1e04d5f59c
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:19eb7aef-6bb8-406b-a5a1-bf21e3307077
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-03-15T11:25:32.888Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b0bfc08e-95ae-48c5-a709-c41aa34043bf
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-03-15T11:25:32.891Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||basicclamp 0
2022-03-15T11:25:32.891Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0bfc08e-95ae-48c5-a709-c41aa34043bf
2022-03-15T11:25:32.891Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2e3d31c-73e5-4b17-a459-ad3653578270 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-15T11:25:32.891Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:25:32.891Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-15T11:25:33.110Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:25:33.110Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a2e3d31c-73e5-4b17-a459-ad3653578270 790
2022-03-15T11:25:33.111Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-15T11:25:33.111Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-15T11:25:33.111Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:25:33.112Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:33.114Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:33.114Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343533111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:25:33.214Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:33.215Z||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-03-15T11:25:33.215Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:33.228Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:33.229Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:25:33.996Z||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-03-15T11:25:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:34.027Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:34.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343398384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343398473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343392055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343398384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343398473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343392055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343398384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343398473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343392055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343398473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343398384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343392055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343404479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343398384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343398473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343392055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343405920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343404479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343398384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343398473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343392055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343405920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343404479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343398384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343398473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343392055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343405920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343404479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343398384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343398473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343392055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343405920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343404479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343409334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343410423,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:25:34.051Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:25:34.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343409946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:25:34.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:25:34.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343405920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343404479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343409334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "cds",
  "timestamp": 1647343410956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-03-15T11:25:34.062Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
2022-03-15T11:25:34.062Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d 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-03-15T11:25:34.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343405920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343404479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343411844,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:25:34.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:25:34.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343409334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343405920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343404479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343409334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:25:34.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343413133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:25:34.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:25:34.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:25:34.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343405920,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:25:34.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:25:34.114Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "310163ad-5812-41b7-9c09-8fa6e7247e5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ed3b28b-5b6f-4991-a2f9-aa709a939fe8",
    "vfModuleModelCustomizationUUID": "78008405-4b92-4750-b33f-a2fd2d7ccd83",
    "isBase": true,
    "artifacts": [
      "28c26456-0fd7-4eb7-babd-f86ae0137036",
      "f365245b-735c-42ff-b4ba-b4f8f53a4c36"
    ],
    "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-03-15T11:25:34.119Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ed3b28b-5b6f-4991-a2f9-aa709a939fe8
VfModuleModelInvariantUUID:310163ad-5812-41b7-9c09-8fa6e7247e5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
28c26456-0fd7-4eb7-babd-f86ae0137036
,
f365245b-735c-42ff-b4ba-b4f8f53a4c36

}
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-03-15T11:25:34.122Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "310163ad-5812-41b7-9c09-8fa6e7247e5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ed3b28b-5b6f-4991-a2f9-aa709a939fe8",
    "vfModuleModelCustomizationUUID": "78008405-4b92-4750-b33f-a2fd2d7ccd83",
    "isBase": true,
    "artifacts": [
      "28c26456-0fd7-4eb7-babd-f86ae0137036",
      "f365245b-735c-42ff-b4ba-b4f8f53a4c36"
    ],
    "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-03-15T11:25:34.122Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ed3b28b-5b6f-4991-a2f9-aa709a939fe8
VfModuleModelInvariantUUID:310163ad-5812-41b7-9c09-8fa6e7247e5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
28c26456-0fd7-4eb7-babd-f86ae0137036
,
f365245b-735c-42ff-b4ba-b4f8f53a4c36

}
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-03-15T11:25:34.123Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 28c26456-0fd7-4eb7-babd-f86ae0137036 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-15T11:25:34.123Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:25:34.123Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-15T11:25:34.186Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:25:34.187Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 28c26456-0fd7-4eb7-babd-f86ae0137036 5033
2022-03-15T11:25:34.187Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T11:25:34.187Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-15T11:25:34.188Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:25:34.188Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:34.191Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:34.191Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343534187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:25:34.292Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:25:34.293Z||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-03-15T11:25:34.293Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:34.307Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:34.307Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:35.196Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f365245b-735c-42ff-b4ba-b4f8f53a4c36 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-15T11:25:35.196Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:25:35.196Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-15T11:25:35.283Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:25:35.283Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f365245b-735c-42ff-b4ba-b4f8f53a4c36 909
2022-03-15T11:25:35.284Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T11:25:35.284Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-15T11:25:35.284Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:25:35.285Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:35.287Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:35.287Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343535284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:25:35.387Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:35.388Z||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-03-15T11:25:35.389Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:35.440Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:35.441Z||pool-51-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:36.288Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: da4d29e4-e4e8-4030-8a14-ab73b43648b8
2022-03-15T11:25:36.289Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b0bfc08e-95ae-48c5-a709-c41aa34043bf 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-03-15T11:25:36.307Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ded268d, org.onap.sdc.toscaparser.api.parameters.Input@2a3dd7f2, org.onap.sdc.toscaparser.api.parameters.Input@44ec7e1d, org.onap.sdc.toscaparser.api.parameters.Input@61243a9f, org.onap.sdc.toscaparser.api.parameters.Input@4559b178]
2022-03-15T11:25:36.309Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.310Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:36.311Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-15T11:25:36.311Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a2be31af-098e-4349-a1a8-c223cd12ea64
2022-03-15T11:25:36.311Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2be31af-098e-4349-a1a8-c223cd12ea64 matches Tosca VF Customization UUID: a2be31af-098e-4349-a1a8-c223cd12ea64
2022-03-15T11:25:36.312Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a2be31af-098e-4349-a1a8-c223cd12ea64  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-03-15T11:25:36.316Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.317Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:36.318Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a2be31af-098e-4349-a1a8-c223cd12ea64: {\"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-03-15T11:25:36.318Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6614c057
2022-03-15T11:25:36.318Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.319Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:25:36.319Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78008405-4b92-4750-b33f-a2fd2d7ccd83
2022-03-15T11:25:36.319Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78008405-4b92-4750-b33f-a2fd2d7ccd83
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-03-15T11:25:36.322Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.323Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:36.323Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:36.324Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.324Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:36.324Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:36.325Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.325Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-15T11:25:36.325Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T11:25:36.326Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:25:36.326Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=829bb40c-435b-4902-ae4f-1b11b8d06eae
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-03-15T11:25:36.329Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.330Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:36.330Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:25:36.331Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.331Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-15T11:25:36.331Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=a2be31af-098e-4349-a1a8-c223cd12ea64
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-03-15T11:25:36.334Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.334Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:36.334Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid da4d29e4-e4e8-4030-8a14-ab73b43648b8: basicclamp
2022-03-15T11:25:36.335Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.335Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:36.335Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.336Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:36.336Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.336Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:36.337Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.337Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:36.338Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:25:36.338Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:25:36.338Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp 
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-03-15T11:25:36.427Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b0bfc08e-95ae-48c5-a709-c41aa34043bf 1 ASDC deployResourceStructure
2022-03-15T11:25:36.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-15T11:25:36.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-15T11:25:36.428Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:25:36.429Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:36.434Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:36.434Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343536428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:25:36.534Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:25:36.535Z||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-03-15T11:25:36.535Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:36.552Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:36.553Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:37.435Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T11:25:37.436Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-15T11:25:37.436Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:25:37.436Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:37.439Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:37.439Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343537435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:25:37.541Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:25:37.542Z||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-03-15T11:25:37.542Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:37.564Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:37.565Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:25:38.440Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T11:25:38.441Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-15T11:25:38.441Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:25:38.442Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:38.444Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:38.444Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343538440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T11:25:38.545Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:38.546Z||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-03-15T11:25:38.546Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:38.561Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:38.562Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:39.445Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-15T11:25:39.446Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-15T11:25:39.446Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:25:39.446Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:25:39.449Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:25:39.449Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343539445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:25:39.550Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:25:39.550Z||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-03-15T11:25:39.551Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:25:39.563Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:25:39.563Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:25:40.452Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:25:40.463Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
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-03-15T11:25:40.467Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:25:40.467Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:25:40.467Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:26:10.468Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:26:10.484Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
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-03-15T11:26:10.487Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:26:10.487Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:26:10.487Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:26:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:26:33.997Z||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-03-15T11:26:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:26:34.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:26:34.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343409334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343413580,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.119Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343414170,
  "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-03-15T11:26:34.139Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
2022-03-15T11:26:34.140Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d 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-03-15T11:26:34.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343412571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343415002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343409334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343415179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343412571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343413473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343416010,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343409334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343412571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343416145,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343413473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343416193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "policy-id",
  "timestamp": 1647343417013,
  "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-03-15T11:26:34.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
2022-03-15T11:26:34.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d 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-03-15T11:26:34.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343409334,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343412571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343417149,
  "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-03-15T11:26:34.208Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
2022-03-15T11:26:34.209Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d 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-03-15T11:26:34.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343413473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343416193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343412571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343418577,
  "artifactURL": "/sdc/v1/catalog/services/da4d29e4-e4e8-4030-8a14-ab73b43648b8/resourceInstances/basicclamp0/artifacts/59a86187-1383-4d10-8cbb-178a1dcbda39",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343413473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343416193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343418384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343412571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343413473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343416193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343419939,
  "artifactURL": "/sdc/v1/catalog/services/da4d29e4-e4e8-4030-8a14-ab73b43648b8/resourceInstances/basicclamp0/artifacts/59a86187-1383-4d10-8cbb-178a1dcbda39",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343418384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343412571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343413473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343416193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "dcae-sch",
  "timestamp": 1647343420946,
  "artifactURL": "/sdc/v1/catalog/services/da4d29e4-e4e8-4030-8a14-ab73b43648b8/resourceInstances/basicclamp0/artifacts/59a86187-1383-4d10-8cbb-178a1dcbda39",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:26:34.244Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
2022-03-15T11:26:34.245Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d and ComponentName service-change-handler
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-03-15T11:26:34.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343418384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343412571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343413473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343416193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343418384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343421424,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343413473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343416193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343418384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343416193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343418384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343423545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343418384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "cds",
  "timestamp": 1647343424558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-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-03-15T11:26:34.305Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8005d49e-e241-4f39-a44e-2eccb7251020
2022-03-15T11:26:34.306Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8005d49e-e241-4f39-a44e-2eccb7251020 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-03-15T11:26:34.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343418384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343425920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343427446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343425920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343428617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343425920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343425920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343429622,
  "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-03-15T11:26:34.368Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8005d49e-e241-4f39-a44e-2eccb7251020
2022-03-15T11:26:34.368Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8005d49e-e241-4f39-a44e-2eccb7251020 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-03-15T11:26:34.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "dcae-sch",
  "timestamp": 1647343429334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343425920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "dcae-sch",
  "timestamp": 1647343429334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343425920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "dcae-sch",
  "timestamp": 1647343429334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343425920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "dcae-sch",
  "timestamp": 1647343429334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343425920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "dcae-sch",
  "timestamp": 1647343429334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343434101,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "dcae-sch",
  "timestamp": 1647343429334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343435109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343434092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343434479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343435107,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "dcae-sch",
  "timestamp": 1647343429334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343436115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "aai-ml",
  "timestamp": 1647343435096,
  "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-03-15T11:26:34.420Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
2022-03-15T11:26:34.422Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d 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-03-15T11:26:34.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343434479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "dcae-sch",
  "timestamp": 1647343429334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "policy-id",
  "timestamp": 1647343437118,
  "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-03-15T11:26:34.477Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8005d49e-e241-4f39-a44e-2eccb7251020
2022-03-15T11:26:34.477Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8005d49e-e241-4f39-a44e-2eccb7251020 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-03-15T11:26:34.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343434479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343434479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343434479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343439176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343434479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343440179,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343434479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "clamp",
  "timestamp": 1647343441183,
  "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-03-15T11:26:34.545Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
2022-03-15T11:26:34.545Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d 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-03-15T11:26:34.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343434479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343443478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343442571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343442571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343445321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343442571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343446326,
  "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-03-15T11:26:34.569Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8005d49e-e241-4f39-a44e-2eccb7251020
2022-03-15T11:26:34.570Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8005d49e-e241-4f39-a44e-2eccb7251020 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-03-15T11:26:34.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343442571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343442571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343442571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343419288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343442571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343442571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343451527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343457312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "aai-ml",
  "timestamp": 1647343458316,
  "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-03-15T11:26:34.613Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8005d49e-e241-4f39-a44e-2eccb7251020
2022-03-15T11:26:34.614Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8005d49e-e241-4f39-a44e-2eccb7251020 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-03-15T11:26:34.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343461474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343463138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "clamp",
  "timestamp": 1647343464142,
  "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-03-15T11:26:34.660Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8005d49e-e241-4f39-a44e-2eccb7251020
2022-03-15T11:26:34.660Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8005d49e-e241-4f39-a44e-2eccb7251020 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-03-15T11:26:34.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "dcae-sch",
  "timestamp": 1647343449334,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343452055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343458384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343458473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343469001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343468751,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343470030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343471034,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:26:34.705Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4c1eb64f-268b-4f20-9537-9ae254717e4f
2022-03-15T11:26:34.705Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1eb64f-268b-4f20-9537-9ae254717e4f 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-03-15T11:26:34.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "cds",
  "timestamp": 1647343471324,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:26:34.749Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c1eb64f-268b-4f20-9537-9ae254717e4f
2022-03-15T11:26:34.749Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1eb64f-268b-4f20-9537-9ae254717e4f 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-03-15T11:26:34.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:26:34.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:34.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:26:34.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343464479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:26:34.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:26:40.488Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:26:40.503Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d
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-03-15T11:26:40.506Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:26:40.506Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:26:40.506Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:26:40.506Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:26:40.506Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:26:40.507Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:26:40.507Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:26:40.507Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:26:40.507Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:26:40.507Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:26:40.507Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:26:40.507Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:26:40.513Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:27:10.513Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d 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-03-15T11:27:10.521Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d and serviceModelVersionId: da4d29e4-e4e8-4030-8a14-ab73b43648b8
2022-03-15T11:27:10.521Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce7788a1-affc-4dc9-a94a-8f23d96ac302
2022-03-15T11:27:10.522Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?depth=0
2022-03-15T11:27:10.526Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:27:10.583Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?depth=0|INFO|500||Invoke
2022-03-15T11:27:10.584Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[687ddfe3-fe3e-4dca-96cc-8f6eda7274bf], X-ECOMP-RequestID=[a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d], X-TransactionId=[], X-ONAP-RequestID=[a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d], Content-Type=[application/merge-patch+json]}
2022-03-15T11:27:10.605Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T11:27:11.149Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?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/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-11:27:09:055-3630], vertex-id=[192536], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:27:09 GMT], Content-Type=[application/json]}
2022-03-15T11:27:11.150Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:27:11.150Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce7788a1-affc-4dc9-a94a-8f23d96ac302/model-vers/model-ver/da4d29e4-e4e8-4030-8a14-ab73b43648b8?depth=0|INFO|500||InvokeReturn
2022-03-15T11:27:11.151Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:27:11.151Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T11:27:11.156Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T11:27:11.157Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:27:11.157Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:27:11.157Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:11.159Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:11.159Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343631157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:27:11.259Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:11.260Z||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-03-15T11:27:11.261Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:11.280Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:11.280Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T11:27:12.182Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:27:12.183Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8005d49e-e241-4f39-a44e-2eccb7251020","serviceName":"Demo_pNF_KhgtuC4xKn9AGC2XMMyM","serviceVersion":"1.0","serviceUUID":"458b6ec5-c1e5-42d2-b90e-f654c39c0fe7","serviceDescription":"catalog service description","serviceInvariantUUID":"55277113-21ab-45fd-b5b9-6591f2894089","resources":[{"resourceInstanceName":"pNF dc130c9b-6c39 0","resourceName":"pNF dc130c9b-6c39","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2dbd13dd-4f8e-466f-92df-f549ceb6feb6","resourceInvariantUUID":"7dc965a5-3734-43d8-aea4-fa76987129fc","resourceCustomizationUUID":"470da4e5-7698-435a-afcb-72a1ee7c480a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml","artifactChecksum":"NGVjMTRjMjBiMWVmZmU4ODdjNmJhYzgyNDY4ZTRjYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e007355f-6183-47c7-a028-0104d3a95a3b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar","artifactChecksum":"N2YyNGRiZWZhZDA4OGY1Y2UwZjBhMTVmZTEzNTA5Mzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6375714e-d24a-41b9-a7c9-0f391bc8a157","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72f6938c-2003-4b82-9b2f-a7cb3983ab6d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml","artifactChecksum":"OGRkMGFkODE2MmE0Y2M2N2M2MzhjN2EwNDZlYjU1NDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef05a2cf-b9c0-47d0-be6a-46ca4926b6a3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb01cb60-47cc-44b6-980a-edc842a1f766","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72959da3-8fa1-4863-aade-ca1c7bf3cfc2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml","artifactChecksum":"MWQwYmUyZjBhODBlNTM0YjcwNGU1MDI3YWRmNzZhN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a45c1b17-978b-4a68-b7fd-2ff58ea778cf","artifactVersion":"1"},{"artifactName":"service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar","artifactChecksum":"Njk2NjMxMjQ3ZTA5MDI0MjI2ZWFiOTE3ODM0MjgyNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e648a30-bbec-49ec-b2fe-6dbe519c358d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:27:12.183Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:12.184Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:12.186Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:12.186Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:12.286Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:12.287Z||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-03-15T11:27:12.287Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:12.316Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:12.317Z||pool-57-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:13.186Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:13.188Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:13.190Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:13.190Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:13.290Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:27:13.291Z||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-03-15T11:27:13.291Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:13.307Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:13.307Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:14.191Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:14.193Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:14.195Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:14.195Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:14.296Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:14.297Z||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-03-15T11:27:14.297Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:14.310Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:14.311Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:15.196Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:15.197Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:15.200Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:15.200Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:15.300Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:15.302Z||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-03-15T11:27:15.302Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:15.314Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:15.315Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:16.201Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:16.202Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:16.205Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:16.205Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:16.306Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:16.307Z||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-03-15T11:27:16.307Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:16.319Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:16.320Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:27:17.206Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:17.207Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:17.210Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:17.210Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:17.310Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:17.312Z||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-03-15T11:27:17.312Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:17.326Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:17.327Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:18.211Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:18.212Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:18.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:18.215Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:18.316Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:27:18.328Z||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-03-15T11:27:18.334Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:18.355Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:18.356Z||pool-63-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:27:19.216Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:19.217Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:19.219Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:19.220Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:19.320Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:19.321Z||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-03-15T11:27:19.322Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:19.346Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:19.346Z||pool-64-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:27:20.220Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "serviceName": "Demo_pNF_KhgtuC4xKn9AGC2XMMyM",
  "serviceVersion": "1.0",
  "serviceUUID": "458b6ec5-c1e5-42d2-b90e-f654c39c0fe7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55277113-21ab-45fd-b5b9-6591f2894089",
  "resources": [
    {
      "resourceInstanceName": "pNF dc130c9b-6c39 0",
      "resourceCustomizationUUID": "470da4e5-7698-435a-afcb-72a1ee7c480a",
      "resourceName": "pNF dc130c9b-6c39",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2dbd13dd-4f8e-466f-92df-f549ceb6feb6",
      "resourceInvariantUUID": "7dc965a5-3734-43d8-aea4-fa76987129fc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
      "artifactChecksum": "Njk2NjMxMjQ3ZTA5MDI0MjI2ZWFiOTE3ODM0MjgyNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e648a30-bbec-49ec-b2fe-6dbe519c358d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T11:27:20.221Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:27:20.221Z|a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 458b6ec5-c1e5-42d2-b90e-f654c39c0fe7 ASDC
2022-03-15T11:27:20.221Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:8005d49e-e241-4f39-a44e-2eccb7251020
ServiceName:Demo_pNF_KhgtuC4xKn9AGC2XMMyM
ServiceVersion:1.0
ServiceUUID:458b6ec5-c1e5-42d2-b90e-f654c39c0fe7
ServiceInvariantUUID:55277113-21ab-45fd-b5b9-6591f2894089
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
ArtifactUUID:3e648a30-bbec-49ec-b2fe-6dbe519c358d
ArtifactChecksum:Njk2NjMxMjQ3ZTA5MDI0MjI2ZWFiOTE3ODM0MjgyNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF dc130c9b-6c39 0
ResourceCustomizationUUID:470da4e5-7698-435a-afcb-72a1ee7c480a
ResourceInvariantUUID:7dc965a5-3734-43d8-aea4-fa76987129fc
ResourceName:pNF dc130c9b-6c39
ResourceType:PNF
ResourceUUID:2dbd13dd-4f8e-466f-92df-f549ceb6feb6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T11:27:20.222Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 458b6ec5-c1e5-42d2-b90e-f654c39c0fe7 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-03-15T11:27:20.272Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:27:20.273Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:27:20.273Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:27:20.274Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3e648a30-bbec-49ec-b2fe-6dbe519c358d from URL: /sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:20.275Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:27:20.275Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:21.299Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:27:21.304Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar 3e648a30-bbec-49ec-b2fe-6dbe519c358d 82630
2022-03-15T11:27:21.304Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar ASDC sendASDCNotification
2022-03-15T11:27:21.304Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:21.304Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:27:21.305Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:21.307Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:21.307Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343641304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:21.407Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:21.408Z||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-03-15T11:27:21.408Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:21.424Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:21.425Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:22.308Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:27:22.309Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:27:22.309Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3e648a30-bbec-49ec-b2fe-6dbe519c358d, URL: /sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar to file: /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:22.309Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:22.310Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:22.310Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:22.496Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP507333107231382357/Definitions/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml
2022-03-15T11:27:23.229Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:27:23.230Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:27:23.230Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.230Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T11:27:23.230Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.231Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.231Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.232Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.232Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.232Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.233Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dc130c9b-6c39 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-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.233Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:27:23.233Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.234Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.234Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Node template pNF dc130c9b-6c39 0 is matching search criteria
2022-03-15T11:27:23.235Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:27:23.235Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF dc130c9b-6c39 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:27:23.235Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.236Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.236Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Node template pNF dc130c9b-6c39 0 is matching search criteria
2022-03-15T11:27:23.236Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:27:23.236Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF dc130c9b-6c39 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:27:23.237Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.237Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.237Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.237Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.238Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.238Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.238Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.239Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.239Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.239Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.240Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_KhgtuC4xKn9AGC2XMMyM
Description:catalog service description
Model UUID:458b6ec5-c1e5-42d2-b90e-f654c39c0fe7
Model Version:NULL
Model InvariantUuid:55277113-21ab-45fd-b5b9-6591f2894089
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-03-15T11:27:23.249Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2dbd13dd-4f8e-466f-92df-f549ceb6feb6
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-03-15T11:27:23.253Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||pNF dc130c9b-6c39 0
2022-03-15T11:27:23.254Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2dbd13dd-4f8e-466f-92df-f549ceb6feb6
2022-03-15T11:27:23.255Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 458b6ec5-c1e5-42d2-b90e-f654c39c0fe7
2022-03-15T11:27:23.255Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 458b6ec5-c1e5-42d2-b90e-f654c39c0fe7
2022-03-15T11:27:23.256Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dc130c9b-6c39 0 2dbd13dd-4f8e-466f-92df-f549ceb6feb6 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-03-15T11:27:23.264Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@225b9cc7, org.onap.sdc.toscaparser.api.parameters.Input@21b02be9, org.onap.sdc.toscaparser.api.parameters.Input@27e64f7d, org.onap.sdc.toscaparser.api.parameters.Input@5030e1eb, org.onap.sdc.toscaparser.api.parameters.Input@2e73e28e]
2022-03-15T11:27:23.264Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.265Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.266Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 458b6ec5-c1e5-42d2-b90e-f654c39c0fe7: pNF dc130c9b-6c39
2022-03-15T11:27:23.266Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||Processing PNF resource: 2dbd13dd-4f8e-466f-92df-f549ceb6feb6
2022-03-15T11:27:23.267Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:27:23.267Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_KhgtuC4xKn9AGC2XMMyM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:27:23.268Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||Resource customization UUID: 470da4e5-7698-435a-afcb-72a1ee7c480a is the same as notified resource customizationUUID: 470da4e5-7698-435a-afcb-72a1ee7c480a
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-03-15T11:27:23.349Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dc130c9b-6c39 2dbd13dd-4f8e-466f-92df-f549ceb6feb6 0 ASDC deployResourceStructure
2022-03-15T11:27:23.350Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar ASDC sendASDCNotification
2022-03-15T11:27:23.350Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar
2022-03-15T11:27:23.350Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:27:23.351Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:23.354Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:23.354Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343643350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:23.454Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:27:23.455Z||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-03-15T11:27:23.455Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:23.468Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:23.468Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:24.355Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8005d49e-e241-4f39-a44e-2eccb7251020
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:27:24.371Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8005d49e-e241-4f39-a44e-2eccb7251020
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-03-15T11:27:24.376Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:27:24.376Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:27:24.376Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:27:24.376Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:27:24.376Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:27:24.376Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:27:24.377Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:27:24.377Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:27:24.377Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:27:24.377Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:27:24.377Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:27:24.377Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:27:24.383Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:27:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:27:33.996Z||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-03-15T11:27:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:34.016Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:34.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343465147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343465919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343474269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343475702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343476141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343476707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343477145,
  "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-03-15T11:27:34.064Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c1eb64f-268b-4f20-9537-9ae254717e4f
2022-03-15T11:27:34.064Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1eb64f-268b-4f20-9537-9ae254717e4f 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-03-15T11:27:34.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "policy-id",
  "timestamp": 1647343477710,
  "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-03-15T11:27:34.081Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c1eb64f-268b-4f20-9537-9ae254717e4f
2022-03-15T11:27:34.082Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1eb64f-268b-4f20-9537-9ae254717e4f 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-03-15T11:27:34.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343479111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343480135,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.103Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "clamp",
  "timestamp": 1647343481139,
  "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-03-15T11:27:34.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c1eb64f-268b-4f20-9537-9ae254717e4f
2022-03-15T11:27:34.113Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1eb64f-268b-4f20-9537-9ae254717e4f 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-03-15T11:27:34.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343472571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343473474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343472055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "dcae-sch",
  "timestamp": 1647343469334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343482523,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343484346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343483976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "cds",
  "timestamp": 1647343484984,
  "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-03-15T11:27:34.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b04d488-b8c1-4d60-8950-db3ced053603
2022-03-15T11:27:34.152Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b04d488-b8c1-4d60-8950-db3ced053603 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-03-15T11:27:34.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343485556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.167Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343486756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647343478384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343488058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343489111,
  "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-03-15T11:27:34.178Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b04d488-b8c1-4d60-8950-db3ced053603
2022-03-15T11:27:34.179Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b04d488-b8c1-4d60-8950-db3ced053603 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-03-15T11:27:34.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647343490116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343489087,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.190Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "aai-ml",
  "timestamp": 1647343490092,
  "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-03-15T11:27:34.196Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c1eb64f-268b-4f20-9537-9ae254717e4f
2022-03-15T11:27:34.196Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c1eb64f-268b-4f20-9537-9ae254717e4f 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-03-15T11:27:34.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343482143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343485920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343495911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343496116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343496915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "policy-id",
  "timestamp": 1647343497917,
  "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-03-15T11:27:34.234Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b04d488-b8c1-4d60-8950-db3ced053603
2022-03-15T11:27:34.235Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b04d488-b8c1-4d60-8950-db3ced053603 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-03-15T11:27:34.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343498139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "clamp",
  "timestamp": 1647343499142,
  "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-03-15T11:27:34.252Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b04d488-b8c1-4d60-8950-db3ced053603
2022-03-15T11:27:34.253Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b04d488-b8c1-4d60-8950-db3ced053603 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-03-15T11:27:34.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343494479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343504230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343506422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647343507427,
  "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-03-15T11:27:34.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b04d488-b8c1-4d60-8950-db3ced053603
2022-03-15T11:27:34.283Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b04d488-b8c1-4d60-8950-db3ced053603 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-03-15T11:27:34.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343502571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343512433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.303Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4e0a66a3-3a9a-4e3b-9b3f-51709199d39f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343516738,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:27:34.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343523878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:27:34.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "aai-ml",
  "timestamp": 1647343524882,
  "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-03-15T11:27:34.315Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b04d488-b8c1-4d60-8950-db3ced053603
2022-03-15T11:27:34.315Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b04d488-b8c1-4d60-8950-db3ced053603 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-03-15T11:27:34.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:34.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:27:34.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:27:34.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343530428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:34.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:27:34.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343533111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:27:34.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:27:54.384Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8005d49e-e241-4f39-a44e-2eccb7251020 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-03-15T11:27:54.395Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8005d49e-e241-4f39-a44e-2eccb7251020 and serviceModelVersionId: 458b6ec5-c1e5-42d2-b90e-f654c39c0fe7
2022-03-15T11:27:54.395Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55277113-21ab-45fd-b5b9-6591f2894089
2022-03-15T11:27:54.396Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55277113-21ab-45fd-b5b9-6591f2894089/model-vers/model-ver/458b6ec5-c1e5-42d2-b90e-f654c39c0fe7?depth=0
2022-03-15T11:27:54.403Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:27:54.488Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55277113-21ab-45fd-b5b9-6591f2894089/model-vers/model-ver/458b6ec5-c1e5-42d2-b90e-f654c39c0fe7?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-03-15T11:27:54.494Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55277113-21ab-45fd-b5b9-6591f2894089/model-vers/model-ver/458b6ec5-c1e5-42d2-b90e-f654c39c0fe7?depth=0|INFO|500||Invoke
2022-03-15T11:27:54.527Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55277113-21ab-45fd-b5b9-6591f2894089/model-vers/model-ver/458b6ec5-c1e5-42d2-b90e-f654c39c0fe7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T11:27:55.097Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55277113-21ab-45fd-b5b9-6591f2894089/model-vers/model-ver/458b6ec5-c1e5-42d2-b90e-f654c39c0fe7?depth=0|INFO|500||InvokeReturn
2022-03-15T11:27:55.099Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55277113-21ab-45fd-b5b9-6591f2894089/model-vers/model-ver/458b6ec5-c1e5-42d2-b90e-f654c39c0fe7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-11:27:52:976-20558], vertex-id=[413832], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:27:52 GMT], Content-Type=[application/json]}
2022-03-15T11:27:55.099Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:27:55.100Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:27:55.100Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T11:27:55.105Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T11:27:55.106Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8005d49e-e241-4f39-a44e-2eccb7251020 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:27:55.106Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:27:55.107Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:55.111Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:55.111Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343675106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:27:55.211Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:55.212Z||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-03-15T11:27:55.212Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:55.232Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:55.233Z||pool-67-thread-1|||||INFO|500||cambria reply ok (22 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-03-15T11:27:56.132Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:27:56.133Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c1eb64f-268b-4f20-9537-9ae254717e4f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"053f65f6-172b-470f-bd0a-8aff6b6321a3","serviceDescription":"service","serviceInvariantUUID":"5b6680f4-8bb6-452f-a41d-5d50763422ef","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ced875b8-378a-47b8-9557-503a856de40b","resourceInvariantUUID":"d431a3ac-6cee-4a5a-8fd2-fe85a7da5aad","resourceCustomizationUUID":"7fec7279-c54d-4b2c-90e3-307f82228808","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":"MzNiOTdjNTE4NDE3Zjc2Yzk0YjJjYzRmZTk3MTZmNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d01dd76f-19c9-491e-b4e2-88d4d19325e3","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":"af2911d2-115d-4c60-9624-302fb4c04822","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":"b4a6ee62-6912-4431-8d2d-5d9bfe75d203","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":"ZTZlZTliMTFkYjY1NWRkOTI1ZmNhYTY5NjgwN2I0ZGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2be086d4-2bef-4df0-b535-6d9699698779","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":"721cae4f-6848-467f-8e91-b43505a41f58","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":"ed2dea52-698c-47b7-99d1-dc091b2acadc","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":"44a2fe97-fcca-47fd-9d6e-2d01d200ff36","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":"YmEzOTk1OTBjYjJmZTNkMDJiNWMyZThlZTU5ZDE2YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba19057d-35e4-4977-9141-9d3fdc5dbbca","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGU4NDkyOTVlMTE3NGYxYmVmNDFjMDhiMGU5ZWYxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e6c24e2-4f00-46e4-b23f-16ae3a8d0bda","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:27:56.133Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:56.134Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:56.136Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:56.137Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:56.237Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:56.238Z||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-03-15T11:27:56.239Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:56.252Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:56.252Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:57.138Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:57.139Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:57.141Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:57.142Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:57.242Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:57.243Z||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-03-15T11:27:57.243Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:57.253Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:57.254Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:58.143Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:58.143Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:58.148Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:58.148Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:58.246Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T11:27:58.247Z||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-03-15T11:27:58.247Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:58.262Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:58.263Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:27:59.149Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:27:59.149Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:27:59.153Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:27:59.153Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:27:59.254Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:27:59.255Z||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-03-15T11:27:59.255Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:27:59.268Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:27:59.269Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:00.154Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:00.155Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:00.157Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:00.157Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:28:00.258Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:28:00.259Z||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-03-15T11:28:00.259Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:00.271Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:00.271Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:01.158Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:01.159Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:01.161Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:01.161Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:28:01.261Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:01.262Z||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-03-15T11:28:01.262Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:01.274Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:01.275Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:02.161Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:02.163Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:02.164Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:02.165Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:28:02.265Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:02.266Z||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-03-15T11:28:02.266Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:02.278Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:02.279Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:28:03.165Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:03.166Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:03.170Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:03.170Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:28:03.271Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:03.272Z||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-03-15T11:28:03.272Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:03.287Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:03.288Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:28:04.171Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:04.173Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:04.175Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:04.175Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:28:04.275Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:28:04.276Z||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-03-15T11:28:04.277Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:04.296Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:04.296Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:05.176Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "053f65f6-172b-470f-bd0a-8aff6b6321a3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5b6680f4-8bb6-452f-a41d-5d50763422ef",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7fec7279-c54d-4b2c-90e3-307f82228808",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ced875b8-378a-47b8-9557-503a856de40b",
      "resourceInvariantUUID": "d431a3ac-6cee-4a5a-8fd2-fe85a7da5aad",
      "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": "ZGU4NDkyOTVlMTE3NGYxYmVmNDFjMDhiMGU5ZWYxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e6c24e2-4f00-46e4-b23f-16ae3a8d0bda"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T11:28:05.176Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:28:05.177Z|8005d49e-e241-4f39-a44e-2eccb7251020|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 053f65f6-172b-470f-bd0a-8aff6b6321a3 ASDC
2022-03-15T11:28:05.177Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:4c1eb64f-268b-4f20-9537-9ae254717e4f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:053f65f6-172b-470f-bd0a-8aff6b6321a3
ServiceInvariantUUID:5b6680f4-8bb6-452f-a41d-5d50763422ef
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:9e6c24e2-4f00-46e4-b23f-16ae3a8d0bda
ArtifactChecksum:ZGU4NDkyOTVlMTE3NGYxYmVmNDFjMDhiMGU5ZWYxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7fec7279-c54d-4b2c-90e3-307f82228808
ResourceInvariantUUID:d431a3ac-6cee-4a5a-8fd2-fe85a7da5aad
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:ced875b8-378a-47b8-9557-503a856de40b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-15T11:28:05.177Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 053f65f6-172b-470f-bd0a-8aff6b6321a3 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-03-15T11:28:05.211Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:28:05.212Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:28:05.213Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:28:05.213Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9e6c24e2-4f00-46e4-b23f-16ae3a8d0bda from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T11:28:05.213Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:28:05.213Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T11:28:05.386Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:28:05.390Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9e6c24e2-4f00-46e4-b23f-16ae3a8d0bda 105637
2022-03-15T11:28:05.391Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-15T11:28:05.391Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T11:28:05.391Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:28:05.391Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:05.393Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:05.393Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343685391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:05.493Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:05.495Z||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-03-15T11:28:05.495Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:05.507Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:05.508Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:06.394Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:28:06.396Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:28:06.396Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9e6c24e2-4f00-46e4-b23f-16ae3a8d0bda, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:06.397Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-15T11:28:06.397Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:06.398Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:06.547Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2854029513353872366/Definitions/service-TestPnfMacro-template.yml
2022-03-15T11:28:07.414Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:28:07.415Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:28:07.415Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:07.415Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-15T11:28:07.415Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:07.415Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:07.415Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||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-03-15T11:28:07.416Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:07.416Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:07.416Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:07.416Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-15T11:28:07.416Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:28:07.416Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.417Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.417Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-15T11:28:07.417Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:28:07.417Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:28:07.418Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.418Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.418Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-15T11:28:07.418Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:28:07.418Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:28:07.418Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.419Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.419Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.419Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.419Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.419Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.419Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.420Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.420Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.420Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.420Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:053f65f6-172b-470f-bd0a-8aff6b6321a3
Model Version:NULL
Model InvariantUuid:5b6680f4-8bb6-452f-a41d-5d50763422ef
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-03-15T11:28:07.437Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: ced875b8-378a-47b8-9557-503a856de40b
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-03-15T11:28:07.443Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-03-15T11:28:07.443Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ced875b8-378a-47b8-9557-503a856de40b
2022-03-15T11:28:07.443Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 053f65f6-172b-470f-bd0a-8aff6b6321a3
2022-03-15T11:28:07.443Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 053f65f6-172b-470f-bd0a-8aff6b6321a3
2022-03-15T11:28:07.444Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ced875b8-378a-47b8-9557-503a856de40b 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-03-15T11:28:07.451Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53dc63f6, org.onap.sdc.toscaparser.api.parameters.Input@4239fd37, org.onap.sdc.toscaparser.api.parameters.Input@5a198208, org.onap.sdc.toscaparser.api.parameters.Input@1f8efc14, org.onap.sdc.toscaparser.api.parameters.Input@2ffdefc0]
2022-03-15T11:28:07.452Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.452Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.453Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 053f65f6-172b-470f-bd0a-8aff6b6321a3: test-pnf
2022-03-15T11:28:07.453Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||Processing PNF resource: ced875b8-378a-47b8-9557-503a856de40b
2022-03-15T11:28:07.453Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:07.453Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:07.454Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||Resource customization UUID: 7fec7279-c54d-4b2c-90e3-307f82228808 is the same as notified resource customizationUUID: 7fec7279-c54d-4b2c-90e3-307f82228808
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-03-15T11:28:07.494Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ced875b8-378a-47b8-9557-503a856de40b 0 ASDC deployResourceStructure
2022-03-15T11:28:07.495Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-15T11:28:07.495Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-15T11:28:07.495Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:28:07.495Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:07.498Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:07.498Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343687495,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:28:07.604Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-15T11:28:07.605Z||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-03-15T11:28:07.605Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:07.627Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:07.627Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:08.498Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c1eb64f-268b-4f20-9537-9ae254717e4f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:28:08.511Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c1eb64f-268b-4f20-9537-9ae254717e4f
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-03-15T11:28:08.516Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:28:08.516Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:28:08.516Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:28:08.516Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:28:08.516Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:28:08.517Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:28:08.517Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:28:08.517Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:28:08.517Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:28:08.517Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:28:08.517Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:28:08.517Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:28:08.542Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:28:33.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:28:33.997Z||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-03-15T11:28:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:34.027Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:34.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:28:34.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343534187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:34.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:28:34.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:28:34.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343535284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:34.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:28:34.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:28:34.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343536428,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:28:34.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:28:34.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:28:34.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343537435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:28:34.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:28:34.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:28:34.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343538440,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-15T11:28:34.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:28:34.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:28:34.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343539445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:28:34.030Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:28:38.543Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c1eb64f-268b-4f20-9537-9ae254717e4f 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-03-15T11:28:38.549Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c1eb64f-268b-4f20-9537-9ae254717e4f and serviceModelVersionId: 053f65f6-172b-470f-bd0a-8aff6b6321a3
2022-03-15T11:28:38.550Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b6680f4-8bb6-452f-a41d-5d50763422ef
2022-03-15T11:28:38.550Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b6680f4-8bb6-452f-a41d-5d50763422ef/model-vers/model-ver/053f65f6-172b-470f-bd0a-8aff6b6321a3?depth=0
2022-03-15T11:28:38.556Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:28:38.607Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b6680f4-8bb6-452f-a41d-5d50763422ef/model-vers/model-ver/053f65f6-172b-470f-bd0a-8aff6b6321a3?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-03-15T11:28:38.611Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b6680f4-8bb6-452f-a41d-5d50763422ef/model-vers/model-ver/053f65f6-172b-470f-bd0a-8aff6b6321a3?depth=0|INFO|500||Invoke
2022-03-15T11:28:38.637Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b6680f4-8bb6-452f-a41d-5d50763422ef/model-vers/model-ver/053f65f6-172b-470f-bd0a-8aff6b6321a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T11:28:38.763Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b6680f4-8bb6-452f-a41d-5d50763422ef/model-vers/model-ver/053f65f6-172b-470f-bd0a-8aff6b6321a3?depth=0|INFO|500||InvokeReturn
2022-03-15T11:28:38.764Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b6680f4-8bb6-452f-a41d-5d50763422ef/model-vers/model-ver/053f65f6-172b-470f-bd0a-8aff6b6321a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220315-11:28:37:089-97753], vertex-id=[196656], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:28:37 GMT], Content-Type=[application/json]}
2022-03-15T11:28:38.765Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:28:38.768Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:28:38.768Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T11:28:38.778Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T11:28:38.779Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c1eb64f-268b-4f20-9537-9ae254717e4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:28:38.780Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:28:38.780Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:38.785Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:38.785Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343718779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:28:38.887Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-15T11:28:38.888Z||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-03-15T11:28:38.888Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:38.905Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:38.905Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-15T11:28:39.803Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-15T11:28:39.803Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b04d488-b8c1-4d60-8950-db3ced053603","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ca7496da-a539-4ed1-8419-ace2ef5fb237","serviceDescription":"service","serviceInvariantUUID":"e3e57b2d-72a4-4571-9213-00d02aa18bec","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2363bd10-0542-4b68-becd-fdb3701d9364","resourceInvariantUUID":"60b44814-6999-49a2-84cf-8a1067eac5a3","resourceCustomizationUUID":"6236a20c-4c09-413d-980e-4721a98fc017","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":"OTgzOTJlZjkxZGY1YjFiZTc5YzI5YmE4MTA5MjQ3YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99abecde-2dd3-4d11-91d0-341256756393","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":"8e587763-210f-4cb5-938f-8f177e97a0b7","artifactVersion":"2","generatedFromUUID":"430cb8b2-deca-4ad4-b22a-9cc5133d0a15"},{"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":"430cb8b2-deca-4ad4-b22a-9cc5133d0a15","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":"Y2UxMTk4MzY4Mzg4ZDdjMDMwNzEzOGY5ODFmM2VjZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b20efe2-b05b-4331-ab9b-6ebe3303b228","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":"8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3","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":"a144f351-378b-4175-9dfd-d206f1fb847d","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":"a1cbb12f-1bde-4283-8a82-db7c518870e3","artifactVersion":"2","generatedFromUUID":"8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmNlYWJhMTA3MDU3MzI1ZmQ1YzE3Y2I1NTczYmQwZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f05eb9b-5524-43dd-a43a-e264d75eb8a0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTFjYzgzNzkwN2NmYTEwYjQ4MmRkNDJmZTY1NWNlM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df4692e7-e458-41aa-bf09-cb61eea1114e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:28:39.804Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:39.804Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:39.810Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:39.811Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:28:39.910Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:28:39.911Z||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-03-15T11:28:39.912Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:39.930Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:39.930Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:28:40.811Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:40.812Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:40.814Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:40.814Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T11:28:40.916Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:28:40.917Z||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-03-15T11:28:40.917Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:40.932Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:40.932Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:28:41.815Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:41.820Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:41.822Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:41.822Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T11:28:41.922Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:41.924Z||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-03-15T11:28:41.924Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:41.965Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:41.965Z||pool-82-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:28:42.824Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:42.824Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:42.830Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:42.832Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:28:42.927Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-15T11:28:42.928Z||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-03-15T11:28:42.928Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:42.942Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:42.943Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:43.832Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:43.833Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:43.839Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:43.840Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:28:43.937Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-15T11:28:43.938Z||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-03-15T11:28:43.938Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:43.962Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:43.964Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:44.840Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:44.842Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:44.844Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:44.844Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:28:44.944Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:44.946Z||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-03-15T11:28:44.946Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:44.964Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:44.964Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:45.845Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:45.846Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:45.848Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:45.848Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T11:28:45.948Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:45.949Z||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-03-15T11:28:45.949Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:45.961Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:45.962Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:46.849Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:46.849Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:46.852Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:46.852Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:28:46.952Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:46.953Z||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-03-15T11:28:46.953Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:46.969Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:46.970Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:47.852Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:28:47.853Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:47.856Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:47.856Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:28:47.956Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:28:47.957Z||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-03-15T11:28:47.957Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:47.971Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:47.971Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:48.857Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ca7496da-a539-4ed1-8419-ace2ef5fb237",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e3e57b2d-72a4-4571-9213-00d02aa18bec",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6236a20c-4c09-413d-980e-4721a98fc017",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2363bd10-0542-4b68-becd-fdb3701d9364",
      "resourceInvariantUUID": "60b44814-6999-49a2-84cf-8a1067eac5a3",
      "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": "8e587763-210f-4cb5-938f-8f177e97a0b7",
          "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": "430cb8b2-deca-4ad4-b22a-9cc5133d0a15",
          "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": "Y2UxMTk4MzY4Mzg4ZDdjMDMwNzEzOGY5ODFmM2VjZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b20efe2-b05b-4331-ab9b-6ebe3303b228",
          "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": "8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3",
          "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": "a1cbb12f-1bde-4283-8a82-db7c518870e3",
            "generatedFromUUID": "8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3"
          },
          "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": "a1cbb12f-1bde-4283-8a82-db7c518870e3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YTFjYzgzNzkwN2NmYTEwYjQ4MmRkNDJmZTY1NWNlM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "df4692e7-e458-41aa-bf09-cb61eea1114e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-15T11:28:48.858Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:28:48.859Z|4c1eb64f-268b-4f20-9537-9ae254717e4f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ca7496da-a539-4ed1-8419-ace2ef5fb237 ASDC
2022-03-15T11:28:48.859Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6b04d488-b8c1-4d60-8950-db3ced053603
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ca7496da-a539-4ed1-8419-ace2ef5fb237
ServiceInvariantUUID:e3e57b2d-72a4-4571-9213-00d02aa18bec
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:df4692e7-e458-41aa-bf09-cb61eea1114e
ArtifactChecksum:YTFjYzgzNzkwN2NmYTEwYjQ4MmRkNDJmZTY1NWNlM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6236a20c-4c09-413d-980e-4721a98fc017
ResourceInvariantUUID:60b44814-6999-49a2-84cf-8a1067eac5a3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:2363bd10-0542-4b68-becd-fdb3701d9364
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:8e587763-210f-4cb5-938f-8f177e97a0b7
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:430cb8b2-deca-4ad4-b22a-9cc5133d0a15
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:3b20efe2-b05b-4331-ab9b-6ebe3303b228
ArtifactChecksum:Y2UxMTk4MzY4Mzg4ZDdjMDMwNzEzOGY5ODFmM2VjZjM=
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:8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3
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:a1cbb12f-1bde-4283-8a82-db7c518870e3
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:a1cbb12f-1bde-4283-8a82-db7c518870e3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-15T11:28:48.859Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca7496da-a539-4ed1-8419-ace2ef5fb237 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-03-15T11:28:48.920Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:28:48.921Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:28:48.921Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:28:48.921Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: df4692e7-e458-41aa-bf09-cb61eea1114e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T11:28:48.921Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:28:48.921Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T11:28:49.933Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:28:49.936Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar df4692e7-e458-41aa-bf09-cb61eea1114e 68931
2022-03-15T11:28:49.937Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T11:28:49.937Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T11:28:49.937Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:28:49.937Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:49.940Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:49.940Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343729937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:50.040Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:50.041Z||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-03-15T11:28:50.042Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:50.061Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:50.061Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:28:50.940Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:28:50.941Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-15T11:28:50.942Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: df4692e7-e458-41aa-bf09-cb61eea1114e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T11:28:50.942Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-15T11:28:50.942Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T11:28:50.942Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T11:28:51.065Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16324860616613230185/Definitions/service-BasicCnf-template.yml
2022-03-15T11:28:52.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:28:52.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:28:52.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T11:28:52.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-15T11:28:52.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T11:28:52.266Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T11:28:52.266Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-15T11:28:52.266Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||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-03-15T11:28:52.266Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-15T11:28:52.266Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.266Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:52.266Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:52.267Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:28:52.267Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:28:52.267Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.267Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:52.267Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:52.267Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-15T11:28:52.268Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:28:52.268Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.268Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:52.268Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.268Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T11:28:52.268Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-15T11:28:52.268Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-15T11:28:52.269Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:28:52.269Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.269Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:28:52.269Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.269Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:52.269Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:28:52.269Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.270Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:52.270Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:28:52.270Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.270Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:52.270Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:28:52.270Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.271Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T11:28:52.271Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-15T11:28:52.271Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c69c4f06-1d8a-4189-907a-afca913bf4d6
2022-03-15T11:28:52.271Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.271Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:52.272Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.272Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:52.272Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.272Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:52.272Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:52.273Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:52.273Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ca7496da-a539-4ed1-8419-ace2ef5fb237
Model Version:NULL
Model InvariantUuid:e3e57b2d-72a4-4571-9213-00d02aa18bec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a9117c41-5340-4385-9eb2-77fba9d1473e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60b44814-6999-49a2-84cf-8a1067eac5a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6236a20c-4c09-413d-980e-4721a98fc017
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:934d7cf3-1e95-45af-97f1-28737a7c5470
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1f40b690-c780-45fc-b7d5-6d6399089603
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c69c4f06-1d8a-4189-907a-afca913bf4d6
ModelInvariantUuid:552ed02a-d31a-43ae-a732-fd257f3b34a9
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:16a9913a-fe14-4b12-b8d9-e890eeb56165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b2ee7c3f-b9ae-4c22-b3a5-7af236b31a1c
ModelInvariantUuid:e8185df4-e7a3-4be7-ac1a-82975ec84a28
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b2f0fbae-c9b8-403d-9e04-5f970afefa51
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-03-15T11:28:52.282Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2363bd10-0542-4b68-becd-fdb3701d9364
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-03-15T11:28:52.285Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-03-15T11:28:52.285Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2363bd10-0542-4b68-becd-fdb3701d9364
2022-03-15T11:28:52.286Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8e587763-210f-4cb5-938f-8f177e97a0b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T11:28:52.286Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:28:52.286Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T11:28:52.596Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:28:52.597Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8e587763-210f-4cb5-938f-8f177e97a0b7 12
2022-03-15T11:28:52.597Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-15T11:28:52.598Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-15T11:28:52.598Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:28:52.598Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:52.600Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:52.600Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343732597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:52.701Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:52.702Z||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-03-15T11:28:52.702Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:52.714Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:52.715Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:53.601Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 430cb8b2-deca-4ad4-b22a-9cc5133d0a15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T11:28:53.601Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:28:53.602Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T11:28:53.911Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:28:53.912Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 430cb8b2-deca-4ad4-b22a-9cc5133d0a15 2688
2022-03-15T11:28:53.912Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-15T11:28:53.912Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-15T11:28:53.912Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:28:53.913Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:53.916Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:53.916Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343733912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:54.016Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:54.017Z||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-03-15T11:28:54.017Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:54.038Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:54.040Z||pool-91-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:54.917Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b20efe2-b05b-4331-ab9b-6ebe3303b228 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T11:28:54.918Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:28:54.918Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T11:28:55.205Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:28:55.206Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3b20efe2-b05b-4331-ab9b-6ebe3303b228 828
2022-03-15T11:28:55.206Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-15T11:28:55.206Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T11:28:55.207Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:28:55.207Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:55.209Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:55.209Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343735206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:55.309Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:55.311Z||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-03-15T11:28:55.311Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:55.323Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:55.324Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:56.210Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "934d7cf3-1e95-45af-97f1-28737a7c5470",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f40b690-c780-45fc-b7d5-6d6399089603",
    "vfModuleModelCustomizationUUID": "ddccd925-da02-4645-b8b0-bae202edf567",
    "isBase": true,
    "artifacts": [
      "430cb8b2-deca-4ad4-b22a-9cc5133d0a15",
      "8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3",
      "a1cbb12f-1bde-4283-8a82-db7c518870e3"
    ],
    "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-03-15T11:28:56.214Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f40b690-c780-45fc-b7d5-6d6399089603
VfModuleModelInvariantUUID:934d7cf3-1e95-45af-97f1-28737a7c5470
VfModuleModelDescription:NULL
Artifacts UUID List:{
430cb8b2-deca-4ad4-b22a-9cc5133d0a15
,
8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3
,
a1cbb12f-1bde-4283-8a82-db7c518870e3

}
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-03-15T11:28:56.216Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "934d7cf3-1e95-45af-97f1-28737a7c5470",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1f40b690-c780-45fc-b7d5-6d6399089603",
    "vfModuleModelCustomizationUUID": "ddccd925-da02-4645-b8b0-bae202edf567",
    "isBase": true,
    "artifacts": [
      "430cb8b2-deca-4ad4-b22a-9cc5133d0a15",
      "8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3",
      "a1cbb12f-1bde-4283-8a82-db7c518870e3"
    ],
    "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-03-15T11:28:56.217Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1f40b690-c780-45fc-b7d5-6d6399089603
VfModuleModelInvariantUUID:934d7cf3-1e95-45af-97f1-28737a7c5470
VfModuleModelDescription:NULL
Artifacts UUID List:{
430cb8b2-deca-4ad4-b22a-9cc5133d0a15
,
8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3
,
a1cbb12f-1bde-4283-8a82-db7c518870e3

}
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-03-15T11:28:56.217Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T11:28:56.217Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:28:56.217Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T11:28:56.595Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:28:56.596Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8e47c9b4-ef0a-49e4-a324-d3d31d13ebc3 1164
2022-03-15T11:28:56.597Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-15T11:28:56.597Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T11:28:56.597Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:28:56.597Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:56.600Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:56.600Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343736596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:56.700Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:56.701Z||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-03-15T11:28:56.701Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:56.713Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:56.714Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:57.601Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a1cbb12f-1bde-4283-8a82-db7c518870e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T11:28:57.602Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-15T11:28:57.602Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T11:28:57.811Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-15T11:28:57.811Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a1cbb12f-1bde-4283-8a82-db7c518870e3 200
2022-03-15T11:28:57.812Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-15T11:28:57.812Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T11:28:57.812Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:28:57.812Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:57.814Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:57.814Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343737812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:28:57.914Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:28:57.915Z||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-03-15T11:28:57.915Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:57.925Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:57.926Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:58.815Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ca7496da-a539-4ed1-8419-ace2ef5fb237
2022-03-15T11:28:58.816Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2363bd10-0542-4b68-becd-fdb3701d9364 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=?
2022-03-15T11:28:58.833Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-03-15T11:28:58.843Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@623b4407, org.onap.sdc.toscaparser.api.parameters.Input@21c99696, org.onap.sdc.toscaparser.api.parameters.Input@2058f521, org.onap.sdc.toscaparser.api.parameters.Input@3854ef08, org.onap.sdc.toscaparser.api.parameters.Input@778f79]
2022-03-15T11:28:58.845Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.845Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:58.846Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-15T11:28:58.846Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6236a20c-4c09-413d-980e-4721a98fc017
2022-03-15T11:28:58.846Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6236a20c-4c09-413d-980e-4721a98fc017 matches Tosca VF Customization UUID: 6236a20c-4c09-413d-980e-4721a98fc017
2022-03-15T11:28:58.846Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6236a20c-4c09-413d-980e-4721a98fc017  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-03-15T11:28:58.849Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.849Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:58.850Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6236a20c-4c09-413d-980e-4721a98fc017: {\"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-03-15T11:28:58.850Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1542574e
2022-03-15T11:28:58.850Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.851Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:28:58.851Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ddccd925-da02-4645-b8b0-bae202edf567
2022-03-15T11:28:58.851Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ddccd925-da02-4645-b8b0-bae202edf567
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-03-15T11:28:58.855Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.855Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:58.855Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:28:58.856Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.856Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:58.856Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:28:58.857Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.857Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-15T11:28:58.857Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-15T11:28:58.857Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c69c4f06-1d8a-4189-907a-afca913bf4d6
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-03-15T11:28:58.860Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.861Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:58.861Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:28:58.862Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.862Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-15T11:28:58.862Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6236a20c-4c09-413d-980e-4721a98fc017
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-03-15T11:28:58.865Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.865Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:58.865Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ca7496da-a539-4ed1-8419-ace2ef5fb237: basic_cnf
2022-03-15T11:28:58.865Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.866Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:58.866Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.866Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:58.866Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.866Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:58.867Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.867Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:58.869Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-15T11:28:58.870Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:28:58.870Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T11:28:58.957Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2363bd10-0542-4b68-becd-fdb3701d9364 1 ASDC deployResourceStructure
2022-03-15T11:28:58.958Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-15T11:28:58.958Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-15T11:28:58.959Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-15T11:28:58.959Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:58.961Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:58.962Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343738957,
  "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-03-15T11:28:59.062Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:28:59.063Z||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-03-15T11:28:59.063Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:28:59.077Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:28:59.078Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:28:59.963Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-15T11:28:59.963Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-15T11:28:59.964Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-15T11:28:59.964Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:28:59.967Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:28:59.967Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343739963,
  "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-03-15T11:29:00.067Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:29:00.068Z||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-03-15T11:29:00.069Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:00.080Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:00.081Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:29:00.968Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-15T11:29:00.969Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-15T11:29:00.969Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:29:00.969Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:29:00.971Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:29:00.972Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343740968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:29:01.072Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:29:01.073Z||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-03-15T11:29:01.073Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:01.086Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:01.087Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:29:01.973Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-15T11:29:01.974Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-15T11:29:01.974Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:29:01.974Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:29:01.977Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:29:01.977Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343741973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:29:02.078Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:29:02.079Z||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-03-15T11:29:02.080Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:02.102Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:02.103Z||pool-98-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:29:02.983Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-15T11:29:02.983Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-15T11:29:02.984Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:29:02.984Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:29:02.986Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:29:02.987Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343742983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-15T11:29:03.087Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:29:03.088Z||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-03-15T11:29:03.088Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:03.103Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:03.104Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:29:03.988Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-15T11:29:03.989Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-15T11:29:03.989Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:29:03.989Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:29:03.993Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:29:03.993Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343743987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:29:04.093Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:29:04.095Z||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-03-15T11:29:04.095Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:04.108Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:04.109Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:29:04.994Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b04d488-b8c1-4d60-8950-db3ced053603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-03-15T11:29:05.009Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b04d488-b8c1-4d60-8950-db3ced053603
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-03-15T11:29:05.013Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:29:05.013Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:29:05.014Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:29:05.014Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:29:05.014Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:29:05.014Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:29:05.015Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:29:05.015Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:29:05.015Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:29:05.015Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-15T11:29:05.016Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:29:05.022Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:29:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:29:33.996Z||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-03-15T11:29:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:34.024Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:34.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1a43afd-2e07-4a57-b2e8-68a4e83fdc4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343631157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:29:34.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:29:34.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:29:34.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:29:34.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:29:34.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:29:34.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:29:34.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:29:34.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:29:34.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:29:34.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:29:34.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:29:34.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/resourceInstances/pnfdc130c9b6c390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:29:34.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:29:34.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:29:34.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:29:34.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:29:34.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:29:34.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343641304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:29:34.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:29:34.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-15T11:29:34.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343643350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKhgtuc4xkn9agc2xmmym/1.0/artifacts/service-DemoPnfKhgtuc4xkn9agc2xmmym-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:29:34.031Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:29:35.023Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b04d488-b8c1-4d60-8950-db3ced053603 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-03-15T11:29:35.038Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b04d488-b8c1-4d60-8950-db3ced053603 and serviceModelVersionId: ca7496da-a539-4ed1-8419-ace2ef5fb237
2022-03-15T11:29:35.038Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e3e57b2d-72a4-4571-9213-00d02aa18bec
2022-03-15T11:29:35.039Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e3e57b2d-72a4-4571-9213-00d02aa18bec/model-vers/model-ver/ca7496da-a539-4ed1-8419-ace2ef5fb237?depth=0
2022-03-15T11:29:35.044Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:29:35.133Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3e57b2d-72a4-4571-9213-00d02aa18bec/model-vers/model-ver/ca7496da-a539-4ed1-8419-ace2ef5fb237?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-03-15T11:29:35.136Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3e57b2d-72a4-4571-9213-00d02aa18bec/model-vers/model-ver/ca7496da-a539-4ed1-8419-ace2ef5fb237?depth=0|INFO|500||Invoke
2022-03-15T11:29:35.161Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3e57b2d-72a4-4571-9213-00d02aa18bec/model-vers/model-ver/ca7496da-a539-4ed1-8419-ace2ef5fb237?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-15T11:29:35.264Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3e57b2d-72a4-4571-9213-00d02aa18bec/model-vers/model-ver/ca7496da-a539-4ed1-8419-ace2ef5fb237?depth=0|INFO|500||InvokeReturn
2022-03-15T11:29:35.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e3e57b2d-72a4-4571-9213-00d02aa18bec/model-vers/model-ver/ca7496da-a539-4ed1-8419-ace2ef5fb237?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-11:29:33:610-39214], vertex-id=[208984], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:29:33 GMT], Content-Type=[application/json]}
2022-03-15T11:29:35.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:29:35.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:29:35.265Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-15T11:29:35.271Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-15T11:29:35.272Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b04d488-b8c1-4d60-8950-db3ced053603 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:29:35.272Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:29:35.273Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:29:35.278Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:29:35.278Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343775272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:29:35.377Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:29:35.379Z||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-03-15T11:29:35.379Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:35.421Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:35.421Z||pool-101-thread-1|||||INFO|500||cambria reply ok (43 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-03-15T11:29:36.302Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:29:36.303Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:29:36.303Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:46.620Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:46.621Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:29:46.621Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:29:46.621Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:29:56.245Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:29:56.246Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:29:56.247Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:29:56.247Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:30:05.804Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:30:05.805Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:30:05.808Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:30:05.808Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:30:15.372Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:30:15.373Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:30:15.374Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:30:15.374Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:30:24.961Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:30:24.962Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:30:24.962Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:30:24.962Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:30:33.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:30:33.996Z||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-03-15T11:30:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:30:34.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:30:34.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8005d49e-e241-4f39-a44e-2eccb7251020",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343675106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:30:34.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343685391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:30:34.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:30:34.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:30:34.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343687495,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:30:34.047Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:30:34.534Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:30:34.535Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:30:34.536Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:30:34.536Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:30:44.106Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:30:44.107Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:30:44.108Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:30:44.108Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:30:53.675Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:31:33.991Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:31:33.992Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:31:33.992Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:31:33.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:31:33.995Z||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-03-15T11:31:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:31:34.022Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:31:34.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c1eb64f-268b-4f20-9537-9ae254717e4f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343718779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:31:34.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:31:34.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:31:34.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-15T11:31:34.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-15T11:31:34.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343517752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-15T11:31:34.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-15T11:31:34.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343729937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:31:34.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343732597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:31:34.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343733912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:31:34.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343735206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:31:34.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343736596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:31:34.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343737812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-15T11:31:34.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343738957,
  "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-03-15T11:31:34.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343739963,
  "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-03-15T11:31:34.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343740968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-15T11:31:34.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343741973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-15T11:31:34.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343742983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-15T11:31:34.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:34.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:31:34.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343743987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-15T11:31:34.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:31:43.552Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:32:33.991Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:32:33.992Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:32:33.993Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:32:33.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:32:33.995Z||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-03-15T11:32:33.995Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:32:34.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:32:34.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-15T11:32:34.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b04d488-b8c1-4d60-8950-db3ced053603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647343775272,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:32:34.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:32:43.554Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:33:33.991Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:33:33.993Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:33:33.993Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:33:33.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:33:33.995Z||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-03-15T11:33:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:33:43.556Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:33:43.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:34:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:34:33.992Z||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-03-15T11:34:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:34:33.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:34:33.996Z||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-03-15T11:34:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:34:43.560Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:34:43.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:35:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:35:33.992Z||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-03-15T11:35:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:35:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:35:33.996Z||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-03-15T11:35:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:35:43.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:35:43.570Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:36:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:36:33.992Z||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-03-15T11:36:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:36:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:36:33.996Z||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-03-15T11:36:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:36:43.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:36:43.553Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:37:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:37:33.992Z||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-03-15T11:37:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:37:33.995Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:37:33.995Z|6b04d488-b8c1-4d60-8950-db3ced053603|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-03-15T11:37:33.996Z|6b04d488-b8c1-4d60-8950-db3ced053603|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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:37:43.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:37:43.571Z|6b04d488-b8c1-4d60-8950-db3ced053603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:38:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:38:33.992Z||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-03-15T11:38:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:38:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:38:33.996Z||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-03-15T11:38:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:38:43.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:38:43.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:39:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:39:33.992Z||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-03-15T11:39:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:39:33.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:39:33.997Z||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-03-15T11:39:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:39:43.572Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:39:43.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:40:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:40:33.992Z||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-03-15T11:40:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:40:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:40:33.995Z||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-03-15T11:40:33.995Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:40:43.550Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:40:43.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:41:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:41:33.992Z||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-03-15T11:41:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:41:33.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:41:33.996Z||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-03-15T11:41:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:41:43.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:41:43.565Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:42:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:42:33.992Z||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-03-15T11:42:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:42:33.995Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:42:33.996Z||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-03-15T11:42:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:42:43.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:42:43.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:43:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:43:33.992Z||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-03-15T11:43:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:43:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:43:33.996Z||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-03-15T11:43:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:43:43.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:43:43.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:44:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:44:33.992Z||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-03-15T11:44:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:44:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:44:33.995Z||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-03-15T11:44:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:44:43.556Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:44:43.580Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:45:33.992Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:45:33.993Z||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-03-15T11:45:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:45:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:45:33.996Z||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-03-15T11:45:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:45:43.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:45:43.567Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:46:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:46:33.992Z||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-03-15T11:46:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:46:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:46:33.996Z||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-03-15T11:46:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:46:43.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:46:43.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:47:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:47:33.992Z||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-03-15T11:47:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:47:33.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:47:33.996Z||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-03-15T11:47:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:47:43.564Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:47:43.568Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:48:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:48:33.992Z||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-03-15T11:48:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:48:33.995Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:48:33.997Z||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-03-15T11:48:33.997Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:48:43.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:48:43.557Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:49:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:49:33.992Z||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-03-15T11:49:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:49:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:49:33.996Z||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-03-15T11:49:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:49:43.561Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:49:43.563Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:50:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:50:33.992Z||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-03-15T11:50:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:50:33.995Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:50:33.995Z||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-03-15T11:50:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:50:43.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:50:43.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:51:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:51:33.993Z||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-03-15T11:51:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:51:33.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:51:33.996Z||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-03-15T11:51:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:51:43.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:51:43.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:52:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:52:33.992Z||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-03-15T11:52:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:52:33.995Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:52:33.996Z||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-03-15T11:52:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:52:43.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:52:43.543Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:53:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:53:33.992Z||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-03-15T11:53:33.992Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:53:33.995Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:53:33.996Z||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-03-15T11:53:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:53:43.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:53:43.556Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:54:33.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:54:33.992Z||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-03-15T11:54:33.993Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:54:33.995Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:54:33.996Z||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-03-15T11:54:33.996Z||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 c0nzsJNZo7nlM33O) ...
2022-03-15T11:54:43.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:54:43.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-15T11:55:23.262Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)