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)

2021-12-02T01:44:59.632Z||main|||||INFO|500||The following profiles are active: basic
2021-12-02T01:45:08.116Z||main|||||INFO|500||Starting service [Tomcat]
2021-12-02T01:45:08.116Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-12-02T01:45:08.195Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-12-02T01:45:10.210Z||main|||||INFO|500||catdb-pool - Starting...
2021-12-02T01:45:10.363Z||main|||||INFO|500||catdb-pool - Start completed.
2021-12-02T01:45:10.726Z||main|||||INFO|500||reqdb-pool - Starting...
2021-12-02T01:45:10.733Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-12-02T01:45:10.807Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-12-02T01:45:10.930Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-12-02T01:45:11.234Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-12-02T01:45:12.040Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-02T01:45:13.690Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02T01:45:13.728Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-12-02T01:45:14.156Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-12-02T01:45:14.348Z||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.
2021-12-02T01:45:15.315Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-12-02T01:45:16.174Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-12-02T01:45:16.203Z||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$$809e918b.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)
2021-12-02T01:45:16.204Z||main|||||WARN|500||The sdc end point is not alive
2021-12-02T01:45:18.562Z||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
2021-12-02T01:45:20.851Z||main|||||WARN|500||---
2021-12-02T01:45:20.852Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-12-02T01:45:20.852Z||main|||||WARN|500||---
2021-12-02T01:45:21.239Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-12-02T01:45:25.276Z||main|||||INFO|500||Started Application in 29.42 seconds (JVM running for 30.442)
2021-12-02T01:45:25.303Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-12-02T01:45:25.303Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-12-02T01:45:25.312Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-12-02T01:45:25.337Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-12-02T01:45:25.417Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c23dbac-93a4-4d60-a1d1-f5d312bef9c5 url= /sdc/v1/artifactTypes
2021-12-02T01:45:25.418Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-12-02T01:45:25.698Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-12-02T01:45:25.718Z||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
2021-12-02T01:45:25.737Z||scheduling-1|||||DEBUG|500||create keys
2021-12-02T01:45:25.744Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-12-02T01:45:25.767Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:45:25.788Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 290611a9-7c44-49f7-8562-53cbd2365f6f url= /sdc/v1/registerForDistribution
2021-12-02T01:45:26.286Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 290611a9-7c44-49f7-8562-53cbd2365f6f url= /sdc/v1/registerForDistribution
2021-12-02T01:45:26.287Z||scheduling-1|||||INFO|500||start DistributionClient
2021-12-02T01:45:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:45:26.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:45:26.306Z||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.
2021-12-02T01:45:26.306Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:45:26.306Z||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.
2021-12-02T01:45:26.306Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:45:26.307Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-12-02T01:45:36.516Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:45:36.517Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:46:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:46:26.299Z||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.
2021-12-02T01:46:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:46:26.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:46:26.302Z||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.
2021-12-02T01:46:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:46:35.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:46:35.845Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:47:26.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:47:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:47:26.300Z||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.
2021-12-02T01:47:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:47:26.302Z||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.
2021-12-02T01:47:26.303Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:47:35.838Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:47:35.839Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:48:26.298Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:48:26.299Z||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.
2021-12-02T01:48:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:48:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:48:26.302Z||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.
2021-12-02T01:48:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:48:35.836Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:48:35.837Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:49:26.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:49:26.300Z||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.
2021-12-02T01:49:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:49:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:49:26.301Z||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.
2021-12-02T01:49:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:49:35.838Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:49:35.840Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:50:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:50:26.299Z||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.
2021-12-02T01:50:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:50:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:50:26.301Z||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.
2021-12-02T01:50:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:50:35.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:50:35.835Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:51:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:51:26.300Z||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.
2021-12-02T01:51:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:51:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:51:26.301Z||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.
2021-12-02T01:51:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:51:35.833Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:51:35.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:52:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:52:26.299Z||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.
2021-12-02T01:52:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:52:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:52:26.302Z||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.
2021-12-02T01:52:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:52:35.834Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:52:35.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:53:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:53:26.300Z||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.
2021-12-02T01:53:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:53:26.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:53:26.303Z||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.
2021-12-02T01:53:26.303Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:53:35.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:53:35.845Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:54:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:54:26.300Z||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.
2021-12-02T01:54:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:54:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:54:26.301Z||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.
2021-12-02T01:54:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:54:35.837Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:54:35.838Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:55:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:55:26.299Z||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.
2021-12-02T01:55:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:55:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:55:26.301Z||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.
2021-12-02T01:55:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:55:35.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:55:35.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:55:37.544Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-12-02T01:56:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:56:26.300Z||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.
2021-12-02T01:56:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:56:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:56:26.301Z||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.
2021-12-02T01:56:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:56:35.837Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:56:35.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:57:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:57:26.299Z||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.
2021-12-02T01:57:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:57:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:57:26.302Z||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.
2021-12-02T01:57:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:57:35.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:57:35.837Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:58:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:58:26.299Z||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.
2021-12-02T01:58:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:58:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:58:26.301Z||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.
2021-12-02T01:58:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:58:35.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:58:35.855Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:59:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:59:26.299Z||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.
2021-12-02T01:59:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:59:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T01:59:26.301Z||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.
2021-12-02T01:59:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T01:59:35.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T01:59:35.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:00:26.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:00:26.299Z||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.
2021-12-02T02:00:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:00:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:00:26.301Z||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.
2021-12-02T02:00:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:00:35.835Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:00:35.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:01:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:01:26.299Z||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.
2021-12-02T02:01:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:01:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:01:26.302Z||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.
2021-12-02T02:01:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:01:35.834Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:01:35.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:02:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:02:26.300Z||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.
2021-12-02T02:02:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:02:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:02:26.301Z||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.
2021-12-02T02:02:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:02:35.836Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:02:35.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:03:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:03:26.299Z||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.
2021-12-02T02:03:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:03:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:03:26.301Z||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.
2021-12-02T02:03:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:03:35.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:03:35.836Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:04:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:04:26.299Z||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.
2021-12-02T02:04:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:04:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:04:26.301Z||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.
2021-12-02T02:04:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:04:35.832Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:04:35.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:05:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:05:26.299Z||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.
2021-12-02T02:05:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:05:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:05:26.301Z||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.
2021-12-02T02:05:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:05:35.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:05:35.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:06:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:06:26.299Z||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.
2021-12-02T02:06:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:06:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:06:26.302Z||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.
2021-12-02T02:06:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:06:35.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:06:35.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:07:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:07:26.299Z||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.
2021-12-02T02:07:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:07:26.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:07:26.301Z||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.
2021-12-02T02:07:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:07:35.834Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:07:35.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:08:26.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:08:26.299Z||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.
2021-12-02T02:08:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:08:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:08:26.301Z||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.
2021-12-02T02:08:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:08:35.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:08:35.835Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:09:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:09:26.299Z||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.
2021-12-02T02:09:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:09:26.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:09:26.302Z||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.
2021-12-02T02:09:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:09:35.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:09:35.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:10:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:10:26.299Z||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.
2021-12-02T02:10:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:10:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:10:26.301Z||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.
2021-12-02T02:10:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:10:35.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:10:35.832Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:11:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:11:26.299Z||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.
2021-12-02T02:11:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:11:26.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:11:26.302Z||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.
2021-12-02T02:11:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:11:35.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:11:35.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:12:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:12:26.299Z||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.
2021-12-02T02:12:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:12:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:12:26.301Z||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.
2021-12-02T02:12:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:12:35.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:12:35.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:13:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:13:26.299Z||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.
2021-12-02T02:13:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:13:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:13:26.301Z||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.
2021-12-02T02:13:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:13:35.834Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:13:35.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:14:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:14:26.299Z||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.
2021-12-02T02:14:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:14:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:14:26.301Z||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.
2021-12-02T02:14:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:14:35.835Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:14:35.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:15:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:15:26.299Z||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.
2021-12-02T02:15:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:15:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:15:26.301Z||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.
2021-12-02T02:15:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:15:35.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:15:35.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:16:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:16:26.299Z||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.
2021-12-02T02:16:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:16:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:16:26.301Z||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.
2021-12-02T02:16:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:16:35.831Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:16:35.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:17:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:17:26.299Z||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.
2021-12-02T02:17:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:17:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:17:26.301Z||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.
2021-12-02T02:17:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:17:35.830Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:17:35.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:18:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:18:26.299Z||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.
2021-12-02T02:18:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:18:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:18:26.301Z||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.
2021-12-02T02:18:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:18:35.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:18:35.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:19:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:19:26.299Z||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.
2021-12-02T02:19:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:19:26.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:19:26.301Z||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.
2021-12-02T02:19:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:19:35.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:19:35.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:20:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:20:26.299Z||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.
2021-12-02T02:20:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:20:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:20:26.300Z||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.
2021-12-02T02:20:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:20:35.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:20:35.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:21:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:21:26.299Z||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.
2021-12-02T02:21:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:21:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:21:26.301Z||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.
2021-12-02T02:21:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:21:35.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:21:35.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:22:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:22:26.299Z||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.
2021-12-02T02:22:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:22:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:22:26.301Z||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.
2021-12-02T02:22:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:22:35.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:22:35.837Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:23:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:23:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:23:26.301Z||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.
2021-12-02T02:23:26.301Z||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.
2021-12-02T02:23:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:23:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:23:35.835Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:23:35.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:24:26.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:24:26.300Z||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.
2021-12-02T02:24:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:24:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:24:26.301Z||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.
2021-12-02T02:24:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:24:35.838Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:24:35.839Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:25:26.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:25:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:25:26.300Z||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.
2021-12-02T02:25:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:25:26.301Z||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.
2021-12-02T02:25:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:25:35.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:25:35.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:26:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:26:26.299Z||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.
2021-12-02T02:26:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:26:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:26:26.301Z||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.
2021-12-02T02:26:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:26:35.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:26:35.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:27:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:27:26.299Z||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.
2021-12-02T02:27:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:27:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:27:26.301Z||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.
2021-12-02T02:27:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:27:35.833Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:27:35.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:28:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:28:26.299Z||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.
2021-12-02T02:28:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:28:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:28:26.301Z||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.
2021-12-02T02:28:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:28:35.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:28:35.844Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:29:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:29:26.299Z||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.
2021-12-02T02:29:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:29:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:29:26.301Z||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.
2021-12-02T02:29:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:29:35.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:29:35.833Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:30:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:30:26.299Z||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.
2021-12-02T02:30:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:30:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:30:26.301Z||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.
2021-12-02T02:30:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:30:35.833Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:30:35.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:31:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:31:26.299Z||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.
2021-12-02T02:31:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:31:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:31:26.301Z||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.
2021-12-02T02:31:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:31:35.833Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:31:35.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:32:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:32:26.299Z||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.
2021-12-02T02:32:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:32:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:32:26.301Z||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.
2021-12-02T02:32:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:32:35.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:32:35.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:33:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:33:26.299Z||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.
2021-12-02T02:33:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:33:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:33:26.301Z||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.
2021-12-02T02:33:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:33:35.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:33:35.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:34:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:34:26.300Z||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.
2021-12-02T02:34:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:34:26.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:34:26.302Z||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.
2021-12-02T02:34:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:34:35.834Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:34:35.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:35:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:35:26.299Z||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.
2021-12-02T02:35:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:35:26.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:35:26.301Z||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.
2021-12-02T02:35:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:35:35.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:35:35.829Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:36:26.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:36:26.299Z||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.
2021-12-02T02:36:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:36:26.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:36:26.301Z||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.
2021-12-02T02:36:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:36:35.835Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:36:35.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:37:26.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:37:26.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:37:26.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:37:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:37:26.301Z||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.
2021-12-02T02:37:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:37:35.829Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:37:35.830Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:38:26.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:38:26.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:38:26.300Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:38:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:38:26.301Z||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.
2021-12-02T02:38:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:38:35.831Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:38:35.834Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:26.298Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:39:26.299Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:39:26.299Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:39:26.301Z||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.
2021-12-02T02:39:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:39:26.919Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:26.920Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:26.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e","serviceName":"vFW 2021-12-02 02-36-13","serviceVersion":"1.0","serviceUUID":"90a775e7-fa3b-4930-b2cf-a7de1640d9ef","serviceDescription":"catalog service description","serviceInvariantUUID":"4498cdd1-fed0-497b-8593-b1aec684fda1","resources":[{"resourceInstanceName":"vFW 1848fb31-4ba1 0","resourceName":"vFW 1848fb31-4ba1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f04a07a4-741b-4b50-8524-651aa41d3996","resourceInvariantUUID":"ae10ff3f-b920-4710-97db-f23251240ca9","resourceCustomizationUUID":"b71465e2-a5a9-4357-8441-338133b4182a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml","artifactChecksum":"OTZhZGNjYzk2ZTRmMjE4YjU5YzNjMTYwODQzMjg1NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9fc595a7-4f76-4108-a606-875a198b1aaa","artifactVersion":"1"},{"artifactName":"vfw1848fb314ba10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json","artifactChecksum":"ZjVkODliYmM1N2MxOGQyMTEyYjM1MzQ1NjIzNDdiMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1a883d9b-4b4d-4a91-83d3-3f25422e7c60","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b568dda-fa3b-42cf-91d4-98eda5418c30","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml","artifactChecksum":"Yzg4ZGM3M2YwMTAyMmE1ZjQ1MzM0OTUwZDRhMjQ3M2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"57c2e6c3-45a0-43bf-a2bc-1860565d9f8a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"43a70b00-6b6f-4f28-98c1-494dc0b8abdf","artifactVersion":"2","generatedFromUUID":"1b568dda-fa3b-42cf-91d4-98eda5418c30"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211202023613-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml","artifactChecksum":"MDUwM2UwMDhkYjE0ZjFjNzQ2MWVlOGE2ZTFkMTJiZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c83b31ff-8d7f-468e-a491-6606c49e7b9b","artifactVersion":"1"},{"artifactName":"service-Vfw20211202023613-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar","artifactChecksum":"OTc1OTI4ZDM5MzAxZGUxN2FjN2E0MDRlNTY4ZGUxZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a85151d-61a2-487d-8e95-ac3915571aec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T02:39:26.927Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:26.932Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:26.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "dcae-sch",
  "timestamp": 1638412715434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.940Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:26.940Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "dcae-sch",
  "timestamp": 1638412715434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412719548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "dcae-sch",
  "timestamp": 1638412715434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412719548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "dcae-sch",
  "timestamp": 1638412715434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412719548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412721611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "dcae-sch",
  "timestamp": 1638412715434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412719548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412721611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412722611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "dcae-sch",
  "timestamp": 1638412715434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412719548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412721611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412722611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412723691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "dcae-sch",
  "timestamp": 1638412715434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412718233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412719548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412721611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412722611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412723691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412726048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412719548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412722611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412721611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412723691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:26.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "cds",
  "timestamp": 1638412727065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-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=?
2021-12-02T02:39:27.040Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-12-02T02:39:27.043Z||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.
2021-12-02T02:39:27.044Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:27.050Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:27.051Z||pool-3-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:39:27.109Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.123Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e 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 (?, ?, ?, ?, ?)
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412722611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412721611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412723691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412722611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412721611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412723691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412722611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412723691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412729819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412723691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412730516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412731523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412731777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "policy-id",
  "timestamp": 1638412732526,
  "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=?
2021-12-02T02:39:27.164Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.164Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e 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 (?, ?, ?, ?, ?)
2021-12-02T02:39:27.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412733191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412734473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412734421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412735857,
  "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=?
2021-12-02T02:39:27.179Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.179Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e 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=?
2021-12-02T02:39:27.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412734421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412736860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412734421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412734421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412738099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412734421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412738099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412734421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412738099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412734421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:39:27.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412738099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412742296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412738099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412743688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412738099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:27.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "aai-ml",
  "timestamp": 1638412744694,
  "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=?
2021-12-02T02:39:27.197Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.198Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e 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 (?, ?, ?, ?, ?)
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412738099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412746939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:27.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412747947,
  "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=?
2021-12-02T02:39:27.212Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.213Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e 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 (?, ?, ?, ?, ?)
2021-12-02T02:39:27.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412759413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:27.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412761422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:27.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:39:27.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:39:27.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "clamp",
  "timestamp": 1638412762427,
  "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=?
2021-12-02T02:39:27.229Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
2021-12-02T02:39:27.229Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e 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 (?, ?, ?, ?, ?)
2021-12-02T02:39:27.945Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:27.946Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:27.948Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:27.948Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:39:28.049Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:28.050Z||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.
2021-12-02T02:39:28.050Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:28.058Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:28.059Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:28.949Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:28.950Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:28.951Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:28.951Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:39:29.052Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:39:29.053Z||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.
2021-12-02T02:39:29.055Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:29.063Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:29.064Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:29.952Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:29.953Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:29.956Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:29.957Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:30.057Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:30.060Z||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.
2021-12-02T02:39:30.060Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:30.067Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:30.068Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:30.957Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:30.958Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:30.960Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:30.960Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T02:39:31.061Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:39:31.062Z||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.
2021-12-02T02:39:31.062Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:31.070Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:31.071Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:31.961Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:31.962Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:31.965Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:31.965Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:39:32.066Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:32.066Z||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.
2021-12-02T02:39:32.067Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:32.074Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:32.074Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:32.966Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:39:32.967Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:32.970Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:32.970Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:39:33.070Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:33.072Z||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.
2021-12-02T02:39:33.072Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:33.082Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:33.082Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:33.973Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "serviceName": "vFW 2021-12-02 02-36-13",
  "serviceVersion": "1.0",
  "serviceUUID": "90a775e7-fa3b-4930-b2cf-a7de1640d9ef",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4498cdd1-fed0-497b-8593-b1aec684fda1",
  "resources": [
    {
      "resourceInstanceName": "vFW 1848fb31-4ba1 0",
      "resourceCustomizationUUID": "b71465e2-a5a9-4357-8441-338133b4182a",
      "resourceName": "vFW 1848fb31-4ba1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f04a07a4-741b-4b50-8524-651aa41d3996",
      "resourceInvariantUUID": "ae10ff3f-b920-4710-97db-f23251240ca9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1848fb314ba10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
          "artifactChecksum": "ZjVkODliYmM1N2MxOGQyMTEyYjM1MzQ1NjIzNDdiMTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1a883d9b-4b4d-4a91-83d3-3f25422e7c60",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1b568dda-fa3b-42cf-91d4-98eda5418c30",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "43a70b00-6b6f-4f28-98c1-494dc0b8abdf",
            "generatedFromUUID": "1b568dda-fa3b-42cf-91d4-98eda5418c30"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "43a70b00-6b6f-4f28-98c1-494dc0b8abdf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211202023613-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
      "artifactChecksum": "OTc1OTI4ZDM5MzAxZGUxN2FjN2E0MDRlNTY4ZGUxZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a85151d-61a2-487d-8e95-ac3915571aec"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T02:39:33.974Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T02:39:33.975Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90a775e7-fa3b-4930-b2cf-a7de1640d9ef ASDC
2021-12-02T02:39:34.052Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
ServiceName:vFW 2021-12-02 02-36-13
ServiceVersion:1.0
ServiceUUID:90a775e7-fa3b-4930-b2cf-a7de1640d9ef
ServiceInvariantUUID:4498cdd1-fed0-497b-8593-b1aec684fda1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211202023613-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
ArtifactUUID:1a85151d-61a2-487d-8e95-ac3915571aec
ArtifactChecksum:OTc1OTI4ZDM5MzAxZGUxN2FjN2E0MDRlNTY4ZGUxZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1848fb31-4ba1 0
ResourceCustomizationUUID:b71465e2-a5a9-4357-8441-338133b4182a
ResourceInvariantUUID:ae10ff3f-b920-4710-97db-f23251240ca9
ResourceName:vFW 1848fb31-4ba1
ResourceType:VF
ResourceUUID:f04a07a4-741b-4b50-8524-651aa41d3996
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1848fb314ba10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
ArtifactUUID:1a883d9b-4b4d-4a91-83d3-3f25422e7c60
ArtifactChecksum:ZjVkODliYmM1N2MxOGQyMTEyYjM1MzQ1NjIzNDdiMTI=
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/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
ArtifactUUID:1b568dda-fa3b-42cf-91d4-98eda5418c30
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/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
ArtifactUUID:43a70b00-6b6f-4f28-98c1-494dc0b8abdf
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/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
ArtifactUUID:43a70b00-6b6f-4f28-98c1-494dc0b8abdf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T02:39:34.052Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90a775e7-fa3b-4930-b2cf-a7de1640d9ef 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=?
2021-12-02T02:39:34.126Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:39:34.126Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:39:34.127Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:39:34.127Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a85151d-61a2-487d-8e95-ac3915571aec from URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:34.127Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:39:34.128Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:34.485Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:39:34.502Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar 1a85151d-61a2-487d-8e95-ac3915571aec 98917
2021-12-02T02:39:34.503Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar ASDC sendASDCNotification
2021-12-02T02:39:34.503Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:34.504Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:39:34.504Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:34.506Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:34.506Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412774502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:34.606Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:34.607Z||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.
2021-12-02T02:39:34.607Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:34.615Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:34.616Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:35.506Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:39:35.508Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:39:35.508Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1a85151d-61a2-487d-8e95-ac3915571aec, URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar to file: /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:35.509Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211202023613-csar.csar
2021-12-02T02:39:35.568Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:35.569Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:36.368Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10435486631750439175/Definitions/service-Vfw20211202023613-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
2021-12-02T02:39:38.762Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T02:39:38.765Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1848fb31-4ba1 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-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:38.766Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:39:38.772Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.773Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.775Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.776Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:39:38.777Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:39:38.789Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.790Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:38.793Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.794Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:38.795Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.795Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T02:39:38.795Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.795Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.796Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:38.797Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d96fa93e-8e56-43df-b09e-200a5a805885
2021-12-02T02:39:38.798Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:38.799Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=88e57afd-de05-4e78-bfdb-0dce4f098854
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.800Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0df8bcac-54bb-4f8f-8860-f460fda4ac48
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.801Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.802Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:38.802Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:38.802Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-12-02 02-36-13
Description:catalog service description
Model UUID:90a775e7-fa3b-4930-b2cf-a7de1640d9ef
Model Version:NULL
Model InvariantUuid:4498cdd1-fed0-497b-8593-b1aec684fda1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1848fb31-4ba1
Model UUID:eacca3ff-572d-467a-b2f2-5bfb156db0b8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ae10ff3f-b920-4710-97db-f23251240ca9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b71465e2-a5a9-4357-8441-338133b4182a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0d3dad07-3712-4d62-b40a-c57ff489f4a8
ModelName:Vfw1848fb314ba1..base_vfw..module-0
ModelUuid:c71f4faf-837e-4987-a01c-db0a7d915a10
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d96fa93e-8e56-43df-b09e-200a5a805885
ModelInvariantUuid:5895898d-0732-4a89-8036-70ec29d8c50e
ModelName:vFW 1848fb31-4ba1-nodes.vfwCvfc
ModelUuid:8fce10ac-a170-4a65-bca7-199f52fe7591
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e6e396b8-8948-4928-b9db-3a9d9d691564
ModelInvariantUuid:73e1bf86-9cb1-4efc-9a6a-d44583c2061f
ModelName:Vfw1848fb314ba1.compute.nodes.heat.vfw
ModelUuid:c999851e-fe63-4c87-9d26-3232188727a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:88e57afd-de05-4e78-bfdb-0dce4f098854
ModelInvariantUuid:613ee281-c6e6-4f18-aeba-823551debe13
ModelName:vFW 1848fb31-4ba1-nodes.vsnCvfc
ModelUuid:3c466a88-e02e-475d-91ce-0fbce1e49f1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d0e80d3c-0599-4556-b303-a0dcf7cee5e4
ModelInvariantUuid:2dc2e542-eaa5-41fd-9198-12f9b45f6392
ModelName:Vfw1848fb314ba1.compute.nodes.heat.vsn
ModelUuid:7ca82ab2-0e70-4661-aabc-4b940bfe01a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0df8bcac-54bb-4f8f-8860-f460fda4ac48
ModelInvariantUuid:d0041e61-b08d-475a-b554-2b076691a44a
ModelName:vFW 1848fb31-4ba1-nodes.vpgCvfc
ModelUuid:e8a50b25-9e1c-4871-b6f6-9f47e8036d0b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d6ae0141-6a15-493a-8198-44f493da1d56
ModelInvariantUuid:f43d1351-5cc5-41cc-b2da-52665e0651e6
ModelName:Vfw1848fb314ba1.compute.nodes.heat.vpg
ModelUuid:2fb119d8-22ac-4a87-8250-f75f7a31b4a6
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=?
2021-12-02T02:39:38.815Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f04a07a4-741b-4b50-8524-651aa41d3996
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=?
2021-12-02T02:39:38.885Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||vFW 1848fb31-4ba1 0
2021-12-02T02:39:38.892Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f04a07a4-741b-4b50-8524-651aa41d3996
2021-12-02T02:39:38.892Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1a883d9b-4b4d-4a91-83d3-3f25422e7c60 from URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
2021-12-02T02:39:38.892Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:39:38.893Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
2021-12-02T02:39:38.936Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json 1a883d9b-4b4d-4a91-83d3-3f25422e7c60 785
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json ASDC sendASDCNotification
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:39:38.937Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:38.940Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:38.940Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412778937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:39.040Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:39.042Z||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.
2021-12-02T02:39:39.042Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:39.050Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:39.051Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:39.941Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1848fb314ba1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0d3dad07-3712-4d62-b40a-c57ff489f4a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c71f4faf-837e-4987-a01c-db0a7d915a10",
    "vfModuleModelCustomizationUUID": "31eb4d46-726d-4e07-a3a8-ab720596cfbe",
    "isBase": true,
    "artifacts": [
      "1b568dda-fa3b-42cf-91d4-98eda5418c30",
      "43a70b00-6b6f-4f28-98c1-494dc0b8abdf"
    ],
    "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": ""
    }
  }
]
2021-12-02T02:39:39.956Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1848fb314ba1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c71f4faf-837e-4987-a01c-db0a7d915a10
VfModuleModelInvariantUUID:0d3dad07-3712-4d62-b40a-c57ff489f4a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b568dda-fa3b-42cf-91d4-98eda5418c30
,
43a70b00-6b6f-4f28-98c1-494dc0b8abdf

}
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


}

2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1848fb314ba1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0d3dad07-3712-4d62-b40a-c57ff489f4a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c71f4faf-837e-4987-a01c-db0a7d915a10",
    "vfModuleModelCustomizationUUID": "31eb4d46-726d-4e07-a3a8-ab720596cfbe",
    "isBase": true,
    "artifacts": [
      "1b568dda-fa3b-42cf-91d4-98eda5418c30",
      "43a70b00-6b6f-4f28-98c1-494dc0b8abdf"
    ],
    "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": ""
    }
  }
]
2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1848fb314ba1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c71f4faf-837e-4987-a01c-db0a7d915a10
VfModuleModelInvariantUUID:0d3dad07-3712-4d62-b40a-c57ff489f4a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b568dda-fa3b-42cf-91d4-98eda5418c30
,
43a70b00-6b6f-4f28-98c1-494dc0b8abdf

}
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


}

2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1b568dda-fa3b-42cf-91d4-98eda5418c30 from URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:39:39.959Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
2021-12-02T02:39:40.012Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:39:40.013Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml 1b568dda-fa3b-42cf-91d4-98eda5418c30 20368
2021-12-02T02:39:40.013Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T02:39:40.013Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
2021-12-02T02:39:40.013Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:39:40.014Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:40.015Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:40.015Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412780013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:40.116Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:40.117Z||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.
2021-12-02T02:39:40.117Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:40.126Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:40.126Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:41.017Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43a70b00-6b6f-4f28-98c1-494dc0b8abdf from URL: /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
2021-12-02T02:39:41.017Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:39:41.018Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
2021-12-02T02:39:41.190Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:39:41.191Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env 43a70b00-6b6f-4f28-98c1-494dc0b8abdf 2098
2021-12-02T02:39:41.192Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T02:39:41.192Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
2021-12-02T02:39:41.192Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:39:41.192Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:41.196Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:41.196Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412781192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:39:41.296Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:41.297Z||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.
2021-12-02T02:39:41.297Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:41.308Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:41.309Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:42.197Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 90a775e7-fa3b-4930-b2cf-a7de1640d9ef
2021-12-02T02:39:42.198Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1848fb31-4ba1 0 f04a07a4-741b-4b50-8524-651aa41d3996 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=?
2021-12-02T02:39:42.232Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67a5ca48, org.onap.sdc.toscaparser.api.parameters.Input@5c0df784, org.onap.sdc.toscaparser.api.parameters.Input@7f37c179, org.onap.sdc.toscaparser.api.parameters.Input@43e149ad, org.onap.sdc.toscaparser.api.parameters.Input@a5f3c13]
2021-12-02T02:39:42.234Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.234Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.235Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-02T02:39:42.235Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b71465e2-a5a9-4357-8441-338133b4182a
2021-12-02T02:39:42.235Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b71465e2-a5a9-4357-8441-338133b4182a matches Tosca VF Customization UUID: b71465e2-a5a9-4357-8441-338133b4182a
2021-12-02T02:39:42.235Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b71465e2-a5a9-4357-8441-338133b4182a  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=?
2021-12-02T02:39:42.240Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.240Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b71465e2-a5a9-4357-8441-338133b4182a: {\"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\"}
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3043ba48
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:39:42.242Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 31eb4d46-726d-4e07-a3a8-ab720596cfbe
2021-12-02T02:39:42.243Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 31eb4d46-726d-4e07-a3a8-ab720596cfbe
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=?
2021-12-02T02:39:42.248Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.248Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.248Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.248Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:42.249Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.250Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d96fa93e-8e56-43df-b09e-200a5a805885
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=?
2021-12-02T02:39:42.261Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.261Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.261Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.262Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-12-02T02:39:42.263Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.263Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=88e57afd-de05-4e78-bfdb-0dce4f098854
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=?
2021-12-02T02:39:42.265Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.265Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.265Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.267Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.267Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-12-02T02:39:42.268Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-12-02T02:39:42.269Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0df8bcac-54bb-4f8f-8860-f460fda4ac48
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=?
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Node template vFW 1848fb31-4ba1 0 is matching search criteria
2021-12-02T02:39:42.271Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 1848fb31-4ba1 0] matching following query criteria: sdcType=VF, customizationUUID=b71465e2-a5a9-4357-8441-338133b4182a
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=?
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 90a775e7-fa3b-4930-b2cf-a7de1640d9ef: vFW 1848fb31-4ba1
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.273Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-12-02 02-36-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:39:42.274Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-12-02 02-36-13 
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 (?, ?, ?, ?, ?)
2021-12-02T02:39:42.580Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1848fb31-4ba1 f04a07a4-741b-4b50-8524-651aa41d3996 1 ASDC deployResourceStructure
2021-12-02T02:39:42.580Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json ASDC sendASDCNotification
2021-12-02T02:39:42.580Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json
2021-12-02T02:39:42.580Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:39:42.581Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:42.582Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:42.582Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412782580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:42.683Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:39:42.684Z||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.
2021-12-02T02:39:42.684Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:42.693Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:42.693Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:43.583Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-12-02T02:39:43.584Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml
2021-12-02T02:39:43.584Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:39:43.584Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:43.586Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:43.586Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412783583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:43.686Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:43.687Z||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.
2021-12-02T02:39:43.687Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:43.712Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:43.712Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:44.587Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env ASDC sendASDCNotification
2021-12-02T02:39:44.588Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env
2021-12-02T02:39:44.588Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:39:44.588Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:44.592Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:44.592Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412784587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:44.692Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:44.693Z||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.
2021-12-02T02:39:44.693Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:44.701Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:44.702Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:45.593Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar ASDC sendASDCNotification
2021-12-02T02:39:45.594Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar
2021-12-02T02:39:45.594Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:39:45.594Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:39:45.597Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:39:45.597Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412785593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:39:45.698Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:39:45.699Z||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.
2021-12-02T02:39:45.699Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:39:45.707Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:39:45.708Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:39:46.599Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:39:46.618Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e
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=?
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:39:46.622Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:39:46.628Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T02:40:16.628Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e 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=?
2021-12-02T02:40:16.644Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and serviceModelVersionId: 90a775e7-fa3b-4930-b2cf-a7de1640d9ef
2021-12-02T02:40:16.645Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4498cdd1-fed0-497b-8593-b1aec684fda1
2021-12-02T02:40:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:40:26.301Z||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.
2021-12-02T02:40:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:40:26.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:26.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:40:26.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:40:26.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:40:27.916Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0
2021-12-02T02:40:28.018Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T02:40:28.456Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?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]}
2021-12-02T02:40:28.460Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0|INFO|500||Invoke
2021-12-02T02:40:28.701Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T02:40:29.040Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0|INFO|500||InvokeReturn
2021-12-02T02:40:29.041Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4498cdd1-fed0-497b-8593-b1aec684fda1/model-vers/model-ver/90a775e7-fa3b-4930-b2cf-a7de1640d9ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-02:40:28:712-54995], vertex-id=[155688], Content-Length=[0], Date=[Thu, 02 Dec 2021 02:40:28 GMT], Content-Type=[application/json]}
2021-12-02T02:40:29.041Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T02:40:29.045Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T02:40:29.045Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T02:40:29.049Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T02:40:29.055Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T02:40:29.056Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T02:40:29.057Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:29.058Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:29.058Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412829055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:40:29.159Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:29.161Z||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.
2021-12-02T02:40:29.161Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:29.170Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:29.170Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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=?
2021-12-02T02:40:30.080Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:40:30.080Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:40:30.081Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:30.695Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:30.696Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T02:40:30.697Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"351ca34d-4057-431e-9690-edec329d4e70","serviceName":"basic_onboard_ZYBLvq","serviceVersion":"1.0","serviceUUID":"c74d918c-a850-4713-8e72-c0927e745a93","serviceDescription":"service","serviceInvariantUUID":"42732149-ec48-4dbb-bdcc-e2c22e58dcf8","resources":[{"resourceInstanceName":"basic_onboard_ZYBLvq 0","resourceName":"basic_onboard_ZYBLvq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fc19efe-44f9-40b9-a0b2-af8294596070","resourceInvariantUUID":"236a8b0a-89e7-4101-8e1c-d255973cda6d","resourceCustomizationUUID":"64434c24-1682-4e86-850e-aaf2b07a1c00","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml","artifactChecksum":"MTg0MDA3MWZmM2MyZjViMTBiZmE1ZmI4NmUyYjA0ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1c665d8-d96d-4fdc-ad11-4718cb1a6492","artifactVersion":"1"},{"artifactName":"basic_onboard_zyblvq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json","artifactChecksum":"YTAwZjc0OGY3ZTcwNWJjZjJlNGJjOGQ4MzJjNGE3OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"20763916-3fda-45c0-be11-9598193f2464","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15703185-baea-4c93-8722-664d6f205b0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce5aa967-935a-4882-b8c3-b5834451afee","artifactVersion":"2","generatedFromUUID":"20763916-3fda-45c0-be11-9598193f2464"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZyblvq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml","artifactChecksum":"NzhkNGRiZDBiMjE3ZTY1NmMyNDFiODkzODQwYTkwOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db46362a-b5b2-4858-ab23-255a80f59b3c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZyblvq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar","artifactChecksum":"MTc4MGM2ODkzZWZjYzYzMDJmYWQyMDNiYjhmM2JiN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10066a3f-0d52-42f2-bbef-cdde4ac1dcf9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T02:40:30.701Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:30.701Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:30.703Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:30.703Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:40:30.804Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:40:30.805Z||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.
2021-12-02T02:40:30.805Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:30.813Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:30.814Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:31.704Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:31.705Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:31.708Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:31.708Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:40:31.808Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:31.810Z||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.
2021-12-02T02:40:31.810Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:31.817Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:31.818Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:32.709Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:32.710Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:32.713Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:32.713Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:40:32.813Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T02:40:32.814Z||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.
2021-12-02T02:40:32.814Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:32.821Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:32.822Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:33.714Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:33.716Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:33.719Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:33.719Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:40:33.819Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:33.820Z||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.
2021-12-02T02:40:33.821Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:33.829Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:33.829Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:34.720Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:34.721Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:34.724Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:34.724Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T02:40:34.824Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:34.825Z||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.
2021-12-02T02:40:34.825Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:34.832Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:34.833Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:35.725Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:35.726Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:35.729Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:35.729Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:40:35.829Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:35.831Z||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.
2021-12-02T02:40:35.832Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:35.839Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:35.840Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:36.730Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:40:36.731Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:36.734Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:36.734Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:40:36.834Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:36.836Z||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.
2021-12-02T02:40:36.836Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:36.846Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:36.846Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:37.736Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "serviceName": "basic_onboard_ZYBLvq",
  "serviceVersion": "1.0",
  "serviceUUID": "c74d918c-a850-4713-8e72-c0927e745a93",
  "serviceDescription": "service",
  "serviceInvariantUUID": "42732149-ec48-4dbb-bdcc-e2c22e58dcf8",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZYBLvq 0",
      "resourceCustomizationUUID": "64434c24-1682-4e86-850e-aaf2b07a1c00",
      "resourceName": "basic_onboard_ZYBLvq",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3fc19efe-44f9-40b9-a0b2-af8294596070",
      "resourceInvariantUUID": "236a8b0a-89e7-4101-8e1c-d255973cda6d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zyblvq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
          "artifactChecksum": "YTAwZjc0OGY3ZTcwNWJjZjJlNGJjOGQ4MzJjNGE3OWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "20763916-3fda-45c0-be11-9598193f2464",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ce5aa967-935a-4882-b8c3-b5834451afee",
            "generatedFromUUID": "20763916-3fda-45c0-be11-9598193f2464"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ce5aa967-935a-4882-b8c3-b5834451afee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZyblvq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
      "artifactChecksum": "MTc4MGM2ODkzZWZjYzYzMDJmYWQyMDNiYjhmM2JiN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10066a3f-0d52-42f2-bbef-cdde4ac1dcf9"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T02:40:37.736Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T02:40:37.736Z|6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c74d918c-a850-4713-8e72-c0927e745a93 ASDC
2021-12-02T02:40:37.737Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:351ca34d-4057-431e-9690-edec329d4e70
ServiceName:basic_onboard_ZYBLvq
ServiceVersion:1.0
ServiceUUID:c74d918c-a850-4713-8e72-c0927e745a93
ServiceInvariantUUID:42732149-ec48-4dbb-bdcc-e2c22e58dcf8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZyblvq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
ArtifactUUID:10066a3f-0d52-42f2-bbef-cdde4ac1dcf9
ArtifactChecksum:MTc4MGM2ODkzZWZjYzYzMDJmYWQyMDNiYjhmM2JiN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZYBLvq 0
ResourceCustomizationUUID:64434c24-1682-4e86-850e-aaf2b07a1c00
ResourceInvariantUUID:236a8b0a-89e7-4101-8e1c-d255973cda6d
ResourceName:basic_onboard_ZYBLvq
ResourceType:VF
ResourceUUID:3fc19efe-44f9-40b9-a0b2-af8294596070
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zyblvq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
ArtifactUUID:f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5
ArtifactChecksum:YTAwZjc0OGY3ZTcwNWJjZjJlNGJjOGQ4MzJjNGE3OWM=
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/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:20763916-3fda-45c0-be11-9598193f2464
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/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
ArtifactUUID:ce5aa967-935a-4882-b8c3-b5834451afee
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/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
ArtifactUUID:ce5aa967-935a-4882-b8c3-b5834451afee
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T02:40:37.737Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c74d918c-a850-4713-8e72-c0927e745a93 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 (?, ?, ?, ?, ?)
2021-12-02T02:40:37.774Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 10066a3f-0d52-42f2-bbef-cdde4ac1dcf9 from URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:40:37.775Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:37.828Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:40:37.834Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar 10066a3f-0d52-42f2-bbef-cdde4ac1dcf9 71558
2021-12-02T02:40:37.835Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar ASDC sendASDCNotification
2021-12-02T02:40:37.835Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:37.836Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:40:37.836Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:37.838Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:37.839Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412837835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:40:37.939Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:37.940Z||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.
2021-12-02T02:40:37.940Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:37.947Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:37.948Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:38.839Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:40:38.841Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:40:38.841Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 10066a3f-0d52-42f2-bbef-cdde4ac1dcf9, URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar to file: /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:38.841Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:38.842Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:38.842Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:38.984Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16668329594163605155/Definitions/service-BasicOnboardZyblvq-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
2021-12-02T02:40:40.245Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZYBLvq 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-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.246Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is not matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-02T02:40:40.247Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.248Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is not matching search criteria
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cd1aaa75-69dc-4acd-a818-90fe656d4c1a
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:40.249Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZYBLvq
Description:service
Model UUID:c74d918c-a850-4713-8e72-c0927e745a93
Model Version:NULL
Model InvariantUuid:42732149-ec48-4dbb-bdcc-e2c22e58dcf8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZYBLvq
Model UUID:67220ba3-4a52-4242-95aa-18d3debff0fa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:236a8b0a-89e7-4101-8e1c-d255973cda6d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:64434c24-1682-4e86-850e-aaf2b07a1c00
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f3dee317-b7f0-4e58-8cb9-a6bac114d948
ModelName:BasicOnboardZyblvq..base_ubuntu18..module-0
ModelUuid:32889600-123d-4131-a6b8-d7ffcd89a742
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cd1aaa75-69dc-4acd-a818-90fe656d4c1a
ModelInvariantUuid:af3b4e82-31e1-4057-a9fb-b55dcf42ca02
ModelName:basic_onboard_ZYBLvq-nodes.ubuntu18Cvfc
ModelUuid:5aa650ed-616a-4e84-a8b5-e06606746dbf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:78ac59b0-9e64-4610-9644-8c2166112ec5
ModelInvariantUuid:643d5016-1b3c-4b1a-b718-7990040d76c8
ModelName:BasicOnboardZyblvq.compute.nodes.heat.ubuntu18
ModelUuid:60ad1a54-bef4-4f68-b9d1-5a4b93567498
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=?
2021-12-02T02:40:40.292Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3fc19efe-44f9-40b9-a0b2-af8294596070
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=?
2021-12-02T02:40:40.297Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||basic_onboard_ZYBLvq 0
2021-12-02T02:40:40.297Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3fc19efe-44f9-40b9-a0b2-af8294596070
2021-12-02T02:40:40.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5 from URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
2021-12-02T02:40:40.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:40:40.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
2021-12-02T02:40:40.403Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:40:40.403Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json f1b2dde5-1cc3-4bbb-bcdd-2205fb12a0d5 798
2021-12-02T02:40:40.404Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json ASDC sendASDCNotification
2021-12-02T02:40:40.404Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
2021-12-02T02:40:40.404Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:40:40.405Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:40.408Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:40.408Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412840404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:40:40.508Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:40.509Z||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.
2021-12-02T02:40:40.510Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:40.518Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:40.518Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:41.408Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZyblvq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f3dee317-b7f0-4e58-8cb9-a6bac114d948",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32889600-123d-4131-a6b8-d7ffcd89a742",
    "vfModuleModelCustomizationUUID": "b05d4d24-73bb-4183-b5cb-7cef0dccf243",
    "isBase": true,
    "artifacts": [
      "20763916-3fda-45c0-be11-9598193f2464",
      "ce5aa967-935a-4882-b8c3-b5834451afee"
    ],
    "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": ""
    }
  }
]
2021-12-02T02:40:41.414Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZyblvq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32889600-123d-4131-a6b8-d7ffcd89a742
VfModuleModelInvariantUUID:f3dee317-b7f0-4e58-8cb9-a6bac114d948
VfModuleModelDescription:NULL
Artifacts UUID List:{
20763916-3fda-45c0-be11-9598193f2464
,
ce5aa967-935a-4882-b8c3-b5834451afee

}
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


}

2021-12-02T02:40:41.417Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZyblvq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f3dee317-b7f0-4e58-8cb9-a6bac114d948",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "32889600-123d-4131-a6b8-d7ffcd89a742",
    "vfModuleModelCustomizationUUID": "b05d4d24-73bb-4183-b5cb-7cef0dccf243",
    "isBase": true,
    "artifacts": [
      "20763916-3fda-45c0-be11-9598193f2464",
      "ce5aa967-935a-4882-b8c3-b5834451afee"
    ],
    "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": ""
    }
  }
]
2021-12-02T02:40:41.417Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZyblvq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:32889600-123d-4131-a6b8-d7ffcd89a742
VfModuleModelInvariantUUID:f3dee317-b7f0-4e58-8cb9-a6bac114d948
VfModuleModelDescription:NULL
Artifacts UUID List:{
20763916-3fda-45c0-be11-9598193f2464
,
ce5aa967-935a-4882-b8c3-b5834451afee

}
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


}

2021-12-02T02:40:41.417Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 20763916-3fda-45c0-be11-9598193f2464 from URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
2021-12-02T02:40:41.417Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:40:41.418Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
2021-12-02T02:40:41.871Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:40:41.871Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml 20763916-3fda-45c0-be11-9598193f2464 5033
2021-12-02T02:40:41.872Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T02:40:41.872Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
2021-12-02T02:40:41.872Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:40:41.872Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:41.874Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:41.874Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412841872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:40:41.974Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:41.975Z||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.
2021-12-02T02:40:41.975Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:41.983Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:41.984Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:42.875Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ce5aa967-935a-4882-b8c3-b5834451afee from URL: /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
2021-12-02T02:40:42.876Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:40:42.876Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
2021-12-02T02:40:42.992Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:40:42.993Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env ce5aa967-935a-4882-b8c3-b5834451afee 909
2021-12-02T02:40:42.994Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T02:40:42.994Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
2021-12-02T02:40:42.994Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:40:42.995Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:42.997Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:42.997Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412842994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:40:43.097Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T02:40:43.098Z||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.
2021-12-02T02:40:43.098Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:43.106Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:43.106Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:43.998Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c74d918c-a850-4713-8e72-c0927e745a93
2021-12-02T02:40:43.999Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZYBLvq 0 3fc19efe-44f9-40b9-a0b2-af8294596070 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=?
2021-12-02T02:40:44.016Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21acd613, org.onap.sdc.toscaparser.api.parameters.Input@549ff01b, org.onap.sdc.toscaparser.api.parameters.Input@56d0208a, org.onap.sdc.toscaparser.api.parameters.Input@5ae3daeb, org.onap.sdc.toscaparser.api.parameters.Input@1d3883ea]
2021-12-02T02:40:44.018Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.018Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.018Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-02T02:40:44.019Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 64434c24-1682-4e86-850e-aaf2b07a1c00
2021-12-02T02:40:44.019Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64434c24-1682-4e86-850e-aaf2b07a1c00 matches Tosca VF Customization UUID: 64434c24-1682-4e86-850e-aaf2b07a1c00
2021-12-02T02:40:44.019Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 64434c24-1682-4e86-850e-aaf2b07a1c00  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=?
2021-12-02T02:40:44.021Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.022Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.022Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 64434c24-1682-4e86-850e-aaf2b07a1c00: {\"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\"}
2021-12-02T02:40:44.022Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@257faf0d
2021-12-02T02:40:44.022Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.023Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:40:44.023Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b05d4d24-73bb-4183-b5cb-7cef0dccf243
2021-12-02T02:40:44.023Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b05d4d24-73bb-4183-b5cb-7cef0dccf243
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=?
2021-12-02T02:40:44.025Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.025Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:44.025Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:44.025Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is not matching search criteria
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:40:44.026Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cd1aaa75-69dc-4acd-a818-90fe656d4c1a
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=?
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.028Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZYBLvq 0 is matching search criteria
2021-12-02T02:40:44.029Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZYBLvq 0] matching following query criteria: sdcType=VF, customizationUUID=64434c24-1682-4e86-850e-aaf2b07a1c00
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=?
2021-12-02T02:40:44.030Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.030Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.030Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c74d918c-a850-4713-8e72-c0927e745a93: basic_onboard_ZYBLvq
2021-12-02T02:40:44.030Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.031Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.032Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:40:44.032Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZYBLvq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:40:44.032Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_ZYBLvq 
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 (?, ?, ?, ?, ?)
2021-12-02T02:40:44.103Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZYBLvq 3fc19efe-44f9-40b9-a0b2-af8294596070 1 ASDC deployResourceStructure
2021-12-02T02:40:44.103Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json ASDC sendASDCNotification
2021-12-02T02:40:44.104Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json
2021-12-02T02:40:44.104Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:40:44.104Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:44.105Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:44.106Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412844103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:40:44.206Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:44.207Z||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.
2021-12-02T02:40:44.207Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:44.216Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:44.216Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:45.107Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T02:40:45.107Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml
2021-12-02T02:40:45.107Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:40:45.108Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:45.110Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:45.110Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412845107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T02:40:45.210Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:45.211Z||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.
2021-12-02T02:40:45.211Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:45.220Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:45.220Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:46.111Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T02:40:46.112Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env
2021-12-02T02:40:46.112Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:40:46.112Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:46.115Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:46.115Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412846111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-02T02:40:46.215Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:46.216Z||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.
2021-12-02T02:40:46.216Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:46.225Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:46.226Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:47.116Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar ASDC sendASDCNotification
2021-12-02T02:40:47.117Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar
2021-12-02T02:40:47.117Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:40:47.117Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:40:47.120Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:40:47.120Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412847116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:40:47.220Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:40:47.221Z||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.
2021-12-02T02:40:47.221Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:40:47.230Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:40:47.230Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:40:48.121Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:40:48.132Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
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=?
2021-12-02T02:40:48.134Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:40:48.135Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:40:48.135Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T02:41:18.135Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:41:18.148Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
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=?
2021-12-02T02:41:18.151Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:41:18.151Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:41:18.151Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T02:41:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:41:26.301Z||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.
2021-12-02T02:41:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:41:26.320Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:41:26.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412766298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412774502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412768099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "dcae-sch",
  "timestamp": 1638412775434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412768099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "dcae-sch",
  "timestamp": 1638412775434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412768099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "dcae-sch",
  "timestamp": 1638412775434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412778233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412778937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412768099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "dcae-sch",
  "timestamp": 1638412775434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412778233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412780013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412779548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412768099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "dcae-sch",
  "timestamp": 1638412775434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412778233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412779548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412781192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412768099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "dcae-sch",
  "timestamp": 1638412775434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412778233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412779548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412781611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412768099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "dcae-sch",
  "timestamp": 1638412775434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412782580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/vfw1848fb314ba10_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412778233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412779548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412781611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412782611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412783583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412778233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412779548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412781611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412782611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412783691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412784587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/resourceInstances/vfw1848fb314ba10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412778233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412779548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412781611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412782611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412783691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412785593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211202023613/1.0/artifacts/service-Vfw20211202023613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412785970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638412779548,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412781611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412782611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412783691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "cds",
  "timestamp": 1638412786974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-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=?
2021-12-02T02:41:26.340Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.340Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 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 (?, ?, ?, ?, ?)
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412781611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412782611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412783691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412781611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412782611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412783691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412782611,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412783691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412789596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412783691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412790632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412791636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412791779,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412792410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "policy-id",
  "timestamp": 1638412792639,
  "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=?
2021-12-02T02:41:26.360Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.360Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 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 (?, ?, ?, ?, ?)
2021-12-02T02:41:26.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412793276,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412794416,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412794433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412794421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.372Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.372Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "clamp",
  "timestamp": 1638412795419,
  "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=?
2021-12-02T02:41:26.383Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.383Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 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 (?, ?, ?, ?, ?)
2021-12-02T02:41:26.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412795453,
  "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=?
2021-12-02T02:41:26.400Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.400Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 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=?
2021-12-02T02:41:26.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412795997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412794421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638412796457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "aai-ml",
  "timestamp": 1638412797001,
  "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=?
2021-12-02T02:41:26.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.420Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 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 (?, ?, ?, ?, ?)
2021-12-02T02:41:26.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412794421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412794421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412794421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412794421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412794421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412802383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412804682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:41:26.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:41:26.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638412805686,
  "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=?
2021-12-02T02:41:26.439Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 351ca34d-4057-431e-9690-edec329d4e70
2021-12-02T02:41:26.439Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 351ca34d-4057-431e-9690-edec329d4e70 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 (?, ?, ?, ?, ?)
2021-12-02T02:41:48.152Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:41:48.161Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70
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=?
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:41:48.164Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:41:48.165Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:41:48.169Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T02:42:18.169Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 351ca34d-4057-431e-9690-edec329d4e70 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=?
2021-12-02T02:42:18.176Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 351ca34d-4057-431e-9690-edec329d4e70 and serviceModelVersionId: c74d918c-a850-4713-8e72-c0927e745a93
2021-12-02T02:42:18.176Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42732149-ec48-4dbb-bdcc-e2c22e58dcf8
2021-12-02T02:42:18.178Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0
2021-12-02T02:42:18.184Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T02:42:18.214Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|INFO|500||Invoke
2021-12-02T02:42:18.214Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[351ca34d-4057-431e-9690-edec329d4e70], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19fdd62c-893e-45e9-bb49-ac139a995f92], X-ECOMP-RequestID=[351ca34d-4057-431e-9690-edec329d4e70], X-TransactionId=[], X-ONAP-RequestID=[351ca34d-4057-431e-9690-edec329d4e70], Content-Type=[application/merge-patch+json]}
2021-12-02T02:42:18.235Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T02:42:18.323Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?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/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-02:42:18:243-26696], vertex-id=[180440], Content-Length=[0], Date=[Thu, 02 Dec 2021 02:42:18 GMT], Content-Type=[application/json]}
2021-12-02T02:42:18.323Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T02:42:18.323Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42732149-ec48-4dbb-bdcc-e2c22e58dcf8/model-vers/model-ver/c74d918c-a850-4713-8e72-c0927e745a93?depth=0|INFO|500||InvokeReturn
2021-12-02T02:42:18.324Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T02:42:18.324Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T02:42:18.328Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T02:42:18.329Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 351ca34d-4057-431e-9690-edec329d4e70 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T02:42:18.329Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T02:42:18.329Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:42:18.331Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:42:18.331Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412938329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:42:18.431Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:42:18.432Z||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.
2021-12-02T02:42:18.432Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:42:18.445Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:42:18.445Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 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=?
2021-12-02T02:42:19.348Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:42:19.349Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:42:19.349Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:42:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:42:26.301Z||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.
2021-12-02T02:42:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:42:26.317Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:42:26.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc1b8b4-be7f-4705-b90f-7a00a82e2a0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412829055,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412830080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412837835,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412840404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412841872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412842994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412844103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/basic_onboard_zyblvq0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412845107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412846111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/resourceInstances/basic_onboard_zyblvq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412847116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZyblvq/1.0/artifacts/service-BasicOnboardZyblvq-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:42:26.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:42:28.879Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:42:28.880Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:42:28.880Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:42:28.881Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:42:38.410Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:43:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:43:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:43:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:43:26.301Z||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.
2021-12-02T02:43:26.301Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:43:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:43:26.817Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:43:26.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-12-02T02:43:26.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "351ca34d-4057-431e-9690-edec329d4e70",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638412938329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:43:26.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:43:35.834Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:44:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:44:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:44:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:44:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:44:26.301Z||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.
2021-12-02T02:44:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:44:35.831Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:44:35.832Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:45:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:45:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:45:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:45:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:45:26.301Z||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.
2021-12-02T02:45:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:45:35.833Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:45:35.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:46:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:46:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:46:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:46:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:46:26.301Z||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.
2021-12-02T02:46:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:46:35.832Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:46:35.834Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:47:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:47:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:47:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:47:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:47:26.301Z||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.
2021-12-02T02:47:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:47:35.833Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:47:35.833Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:48:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:48:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:48:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:48:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:48:26.301Z||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.
2021-12-02T02:48:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:48:35.839Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:48:35.839Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:49:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:49:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:49:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:49:26.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:49:26.301Z||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.
2021-12-02T02:49:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:49:35.831Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:49:35.832Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:50:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:50:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:50:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:50:26.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:50:26.301Z||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.
2021-12-02T02:50:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:50:35.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:50:35.835Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:51:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:51:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:51:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:51:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:51:26.301Z||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.
2021-12-02T02:51:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:51:35.831Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:51:35.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:52:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:52:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:52:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:52:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:52:26.301Z||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.
2021-12-02T02:52:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:52:35.829Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:52:35.843Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:53:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:53:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:53:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:53:26.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:53:26.301Z||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.
2021-12-02T02:53:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:53:35.833Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:53:35.833Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:54:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:54:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:54:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:54:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:54:26.301Z||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.
2021-12-02T02:54:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:54:35.833Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:54:35.833Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:26.298Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:55:26.299Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:55:26.300Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:55:26.301Z||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.
2021-12-02T02:55:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:55:26.938Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:26.939Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:26.940Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.941Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"75f964d9-a6cc-4b8d-94f3-53204aa8de74","serviceName":"Demo_pNF_5U99jhQM145JzBQMkQvD","serviceVersion":"1.0","serviceUUID":"69a4cb8f-288a-4519-9567-6a24666b7da1","serviceDescription":"catalog service description","serviceInvariantUUID":"79cf9622-60f0-46f5-8a0b-bf29073af04e","resources":[{"resourceInstanceName":"pNF 0cd64a8e-4e14 0","resourceName":"pNF 0cd64a8e-4e14","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0d39cf91-5316-42b7-bde6-ce5e976f28ae","resourceInvariantUUID":"4590eeed-a07e-42fc-827f-cf70a93104ec","resourceCustomizationUUID":"1a0cb0f2-72cd-4a62-be4b-f19e33976f25","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml","artifactChecksum":"NGViNGU1OTg5ODg0OGE1OWNlMmI1MmFhZDdiN2EwZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e41e3b58-39e1-4a2b-853e-1b94d8f34fc1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar","artifactChecksum":"YmVmZDlkZTEwOGU0NWYxMzUyYTBhMWZhN2NlMzc1MzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4eb92288-18d6-4294-853d-e5caecfaef14","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"887fa6ea-9455-4873-9669-8582dc58e248","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml","artifactChecksum":"NGI5NmVkMTQxZjI5Njg5MWE1OWUyOTBlMTE5ZDk2OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b782631c-2f51-4d97-b282-3ed052e14b21","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9783a03a-e40d-497e-9956-f9cdceef6d0f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1a9f849-bf16-4bb2-8f2f-6afe64095244","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml","artifactChecksum":"NTc4MmM4NjU4MDI0Yjk1M2QyOWU2MDQ3YzMwMTkyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb39f21-167a-47e0-9897-acf0efb5b1fb","artifactVersion":"1"},{"artifactName":"service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar","artifactChecksum":"MTY2NjcyODQ1MzA5NzZhMGY5NDQzNGRlY2U0YTkyZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7cca4f4-86a7-4893-a037-05bbe1cfb7c3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T02:55:26.944Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:26.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "dcae-sch",
  "timestamp": 1638413675434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413668099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.945Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413678233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413668099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "dcae-sch",
  "timestamp": 1638413675434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413678233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413668099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "dcae-sch",
  "timestamp": 1638413675434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413679548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413678233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413668099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "dcae-sch",
  "timestamp": 1638413675434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413679548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413678233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413668099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "dcae-sch",
  "timestamp": 1638413675434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413679548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413681611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413678233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.948Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413668099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "dcae-sch",
  "timestamp": 1638413675434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413679548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413681611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413682611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413678233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413668099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "dcae-sch",
  "timestamp": 1638413675434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413679548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413681611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413682611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413683691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413678233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413668099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "dcae-sch",
  "timestamp": 1638413675434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413679548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413681611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413682611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413683691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413678233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413679548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413681611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413682611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413683691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413686989,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413679548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413681611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413682611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413683691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "cds",
  "timestamp": 1638413687995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-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 (?, ?, ?, ?, ?)
2021-12-02T02:55:26.971Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:26.971Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 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 (?, ?, ?, ?, ?)
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413682611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413681611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413683691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413688700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413681611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413682611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413683691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413689901,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413682611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413683691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413690515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413690632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413690904,
  "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=?
2021-12-02T02:55:26.988Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:26.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 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 (?, ?, ?, ?, ?)
2021-12-02T02:55:26.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413683691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:55:26.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413691546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413692523,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:26.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413692550,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:55:27.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:27.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "clamp",
  "timestamp": 1638413693528,
  "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=?
2021-12-02T02:55:27.005Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:27.005Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 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 (?, ?, ?, ?, ?)
2021-12-02T02:55:27.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "policy-id",
  "timestamp": 1638413693553,
  "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=?
2021-12-02T02:55:27.018Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:27.018Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 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 (?, ?, ?, ?, ?)
2021-12-02T02:55:27.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413694421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413695080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413694421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "aai-ml",
  "timestamp": 1638413696084,
  "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=?
2021-12-02T02:55:27.031Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:27.031Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 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 (?, ?, ?, ?, ?)
2021-12-02T02:55:27.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413694421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413694421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413694421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413694421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413694421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413694421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413703207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:27.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413704916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:55:27.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:55:27.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:55:27.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413705920,
  "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=?
2021-12-02T02:55:27.045Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75f964d9-a6cc-4b8d-94f3-53204aa8de74
2021-12-02T02:55:27.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75f964d9-a6cc-4b8d-94f3-53204aa8de74 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=?
2021-12-02T02:55:27.048Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:55:27.049Z||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.
2021-12-02T02:55:27.049Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:27.057Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:27.057Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:27.949Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:27.950Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:27.953Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:27.953Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:28.053Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:28.054Z||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.
2021-12-02T02:55:28.055Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:28.062Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:28.062Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:28.954Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:28.954Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:28.956Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:28.956Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:29.057Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:29.058Z||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.
2021-12-02T02:55:29.059Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:29.067Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:29.067Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:29.957Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:29.958Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:29.960Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:29.960Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:30.060Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:30.061Z||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.
2021-12-02T02:55:30.061Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:30.068Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:30.069Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:30.961Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:30.962Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:30.964Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:30.964Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:31.064Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:31.065Z||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.
2021-12-02T02:55:31.065Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:31.071Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:31.072Z||pool-39-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:31.965Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:31.966Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:31.968Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:31.968Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:32.068Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:32.069Z||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.
2021-12-02T02:55:32.070Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:32.077Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:32.077Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:32.969Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:32.969Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:32.971Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:32.971Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:55:33.071Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:33.072Z||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.
2021-12-02T02:55:33.072Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:33.078Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:33.078Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:33.971Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:55:33.972Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:33.974Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:33.974Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:55:34.074Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:34.075Z||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.
2021-12-02T02:55:34.075Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:34.082Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:34.082Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:34.975Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "serviceName": "Demo_pNF_5U99jhQM145JzBQMkQvD",
  "serviceVersion": "1.0",
  "serviceUUID": "69a4cb8f-288a-4519-9567-6a24666b7da1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "79cf9622-60f0-46f5-8a0b-bf29073af04e",
  "resources": [
    {
      "resourceInstanceName": "pNF 0cd64a8e-4e14 0",
      "resourceCustomizationUUID": "1a0cb0f2-72cd-4a62-be4b-f19e33976f25",
      "resourceName": "pNF 0cd64a8e-4e14",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0d39cf91-5316-42b7-bde6-ce5e976f28ae",
      "resourceInvariantUUID": "4590eeed-a07e-42fc-827f-cf70a93104ec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
      "artifactChecksum": "MTY2NjcyODQ1MzA5NzZhMGY5NDQzNGRlY2U0YTkyZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f7cca4f4-86a7-4893-a037-05bbe1cfb7c3"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T02:55:34.975Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T02:55:34.976Z|351ca34d-4057-431e-9690-edec329d4e70|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69a4cb8f-288a-4519-9567-6a24666b7da1 ASDC
2021-12-02T02:55:34.976Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:75f964d9-a6cc-4b8d-94f3-53204aa8de74
ServiceName:Demo_pNF_5U99jhQM145JzBQMkQvD
ServiceVersion:1.0
ServiceUUID:69a4cb8f-288a-4519-9567-6a24666b7da1
ServiceInvariantUUID:79cf9622-60f0-46f5-8a0b-bf29073af04e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
ArtifactUUID:f7cca4f4-86a7-4893-a037-05bbe1cfb7c3
ArtifactChecksum:MTY2NjcyODQ1MzA5NzZhMGY5NDQzNGRlY2U0YTkyZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0cd64a8e-4e14 0
ResourceCustomizationUUID:1a0cb0f2-72cd-4a62-be4b-f19e33976f25
ResourceInvariantUUID:4590eeed-a07e-42fc-827f-cf70a93104ec
ResourceName:pNF 0cd64a8e-4e14
ResourceType:PNF
ResourceUUID:0d39cf91-5316-42b7-bde6-ce5e976f28ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-12-02T02:55:34.976Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69a4cb8f-288a-4519-9567-6a24666b7da1 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=?
2021-12-02T02:55:35.004Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f7cca4f4-86a7-4893-a037-05bbe1cfb7c3 from URL: /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:55:35.005Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:35.189Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:55:35.193Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar f7cca4f4-86a7-4893-a037-05bbe1cfb7c3 82642
2021-12-02T02:55:35.194Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar ASDC sendASDCNotification
2021-12-02T02:55:35.194Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:35.194Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:55:35.194Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:35.196Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:35.196Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413735194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:55:35.296Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:35.297Z||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.
2021-12-02T02:55:35.297Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:35.304Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:35.304Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:36.196Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f7cca4f4-86a7-4893-a037-05bbe1cfb7c3, URL: /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar to file: /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.198Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.320Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15179913271197692670/Definitions/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0cd64a8e-4e14 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-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:36.991Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Node template pNF 0cd64a8e-4e14 0 is matching search criteria
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0cd64a8e-4e14 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Node template pNF 0cd64a8e-4e14 0 is matching search criteria
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0cd64a8e-4e14 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:36.992Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:36.993Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5U99jhQM145JzBQMkQvD
Description:catalog service description
Model UUID:69a4cb8f-288a-4519-9567-6a24666b7da1
Model Version:NULL
Model InvariantUuid:79cf9622-60f0-46f5-8a0b-bf29073af04e
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=?
2021-12-02T02:55:36.999Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0d39cf91-5316-42b7-bde6-ce5e976f28ae
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=?
2021-12-02T02:55:37.002Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||pNF 0cd64a8e-4e14 0
2021-12-02T02:55:37.002Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0d39cf91-5316-42b7-bde6-ce5e976f28ae
2021-12-02T02:55:37.002Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 69a4cb8f-288a-4519-9567-6a24666b7da1
2021-12-02T02:55:37.003Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 69a4cb8f-288a-4519-9567-6a24666b7da1
2021-12-02T02:55:37.003Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0cd64a8e-4e14 0 0d39cf91-5316-42b7-bde6-ce5e976f28ae 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=?
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eafcbe2, org.onap.sdc.toscaparser.api.parameters.Input@24b074a, org.onap.sdc.toscaparser.api.parameters.Input@666c691e, org.onap.sdc.toscaparser.api.parameters.Input@3fc25b04, org.onap.sdc.toscaparser.api.parameters.Input@3fb267c5]
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 69a4cb8f-288a-4519-9567-6a24666b7da1: pNF 0cd64a8e-4e14
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Processing PNF resource: 0d39cf91-5316-42b7-bde6-ce5e976f28ae
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_5U99jhQM145JzBQMkQvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:55:37.007Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||Resource customization UUID: 1a0cb0f2-72cd-4a62-be4b-f19e33976f25 is the same as notified resource customizationUUID: 1a0cb0f2-72cd-4a62-be4b-f19e33976f25
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 (?, ?)
2021-12-02T02:55:37.065Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0cd64a8e-4e14 0d39cf91-5316-42b7-bde6-ce5e976f28ae 0 ASDC deployResourceStructure
2021-12-02T02:55:37.065Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar ASDC sendASDCNotification
2021-12-02T02:55:37.065Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar
2021-12-02T02:55:37.065Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:55:37.066Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:55:37.067Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:55:37.067Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413737065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:55:37.167Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:55:37.168Z||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.
2021-12-02T02:55:37.169Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:55:37.176Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:55:37.177Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:55:38.068Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75f964d9-a6cc-4b8d-94f3-53204aa8de74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:55:38.081Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75f964d9-a6cc-4b8d-94f3-53204aa8de74
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=?
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:55:38.085Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:55:38.086Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:55:38.086Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:55:38.086Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T02:55:38.086Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T02:55:38.092Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T02:56:08.092Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75f964d9-a6cc-4b8d-94f3-53204aa8de74 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=?
2021-12-02T02:56:08.097Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and serviceModelVersionId: 69a4cb8f-288a-4519-9567-6a24666b7da1
2021-12-02T02:56:08.098Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79cf9622-60f0-46f5-8a0b-bf29073af04e
2021-12-02T02:56:08.098Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0
2021-12-02T02:56:08.104Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T02:56:08.133Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?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]}
2021-12-02T02:56:08.133Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0|INFO|500||Invoke
2021-12-02T02:56:08.157Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T02:56:08.700Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0|INFO|500||InvokeReturn
2021-12-02T02:56:08.701Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/79cf9622-60f0-46f5-8a0b-bf29073af04e/model-vers/model-ver/69a4cb8f-288a-4519-9567-6a24666b7da1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211202-02:56:08:165-73280], vertex-id=[176216], Content-Length=[0], Date=[Thu, 02 Dec 2021 02:56:08 GMT], Content-Type=[application/json]}
2021-12-02T02:56:08.702Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T02:56:08.702Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T02:56:08.702Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T02:56:08.707Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T02:56:08.707Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75f964d9-a6cc-4b8d-94f3-53204aa8de74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T02:56:08.707Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T02:56:08.708Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:56:08.710Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:56:08.710Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413768707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:56:08.810Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:56:08.810Z||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.
2021-12-02T02:56:08.810Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:56:08.821Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:56:08.822Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-12-02T02:56:26.298Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:56:26.299Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:56:26.299Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:56:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:56:26.300Z||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.
2021-12-02T02:56:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:56:26.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:56:26.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:56:26.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:56:26.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:56:35.827Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:26.298Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:57:26.299Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T02:57:26.299Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:57:26.301Z||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.
2021-12-02T02:57:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:57:26.327Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:57:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:57:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:57:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/resourceInstances/pnf0cd64a8e4e140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:57:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413726298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413735194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413737065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5u99jhqm145jzbqmkqvd/1.0/artifacts/service-DemoPnf5u99jhqm145jzbqmkqvd-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:57:26.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:57:26.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75f964d9-a6cc-4b8d-94f3-53204aa8de74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413768707,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T02:57:26.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:57:26.926Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:26.928Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T02:57:26.928Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"865d5272-1bab-4e9e-9051-63e9222ec3b3","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7cbb444f-be52-442f-bbac-efcfa7d70fe2","serviceDescription":"service","serviceInvariantUUID":"abf86d34-cb36-4e2a-b651-c1aa669ae5be","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0cb89c8b-1d74-462d-8afb-263fab97bf40","resourceInvariantUUID":"378f660e-2ac5-4251-be33-86054db4943d","resourceCustomizationUUID":"2e50093a-c570-4c86-aaae-1c966b0019d0","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":"5de4a859-7c17-42c0-9c0f-3f1911099b77","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":"MmRjYWRhNDE3Y2Y4MDBiNzgwMDViYjY3OTUxMmFhMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85bf75b6-d261-4cb8-8199-93ffddf8d296","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":"ZDk5MjljMTcyMDBiM2FlNzNjMDlmNWFkZjQyMTQ3YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5d511ad3-30b7-4028-bd16-33f4e272f430","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":"ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae","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":"4eb00fa7-6cd6-4884-bcf3-43ab724e0052","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":"94668f08-abde-41bb-969a-de1e41cec39e","artifactVersion":"2","generatedFromUUID":"ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZGNiM2FhODViZTgzNzEyOWM2NTZhYjgyOWQxZGU0MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2e551e2-fc6a-40fb-944f-cab66f3623c5","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OGJkZjhjM2IyY2U1OGVlODcxOTM5OWJjOWY3NDkyNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T02:57:26.932Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:26.932Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:26.935Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:26.935Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:27.035Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:27.036Z||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.
2021-12-02T02:57:27.036Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:27.043Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:27.044Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:27.935Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:27.936Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:27.938Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:27.939Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:28.039Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:28.040Z||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.
2021-12-02T02:57:28.040Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:28.048Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:28.049Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:28.939Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:28.940Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:28.941Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:28.941Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:57:29.042Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:57:29.043Z||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.
2021-12-02T02:57:29.043Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:29.049Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:29.050Z||pool-48-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:29.942Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:29.942Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:29.944Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:29.944Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:57:30.044Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:30.045Z||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.
2021-12-02T02:57:30.045Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:30.054Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:30.054Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:30.944Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:30.945Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:30.946Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:30.946Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:31.047Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:57:31.048Z||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.
2021-12-02T02:57:31.048Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:31.056Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:31.057Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:31.947Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:31.947Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:31.949Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:31.949Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T02:57:32.050Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:57:32.050Z||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.
2021-12-02T02:57:32.050Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:32.058Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:32.059Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:32.950Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:32.950Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:32.953Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:32.953Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:57:33.053Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:33.054Z||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.
2021-12-02T02:57:33.054Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:33.062Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:33.062Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:33.954Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T02:57:33.954Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:33.957Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:33.957Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:57:34.058Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:34.059Z||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.
2021-12-02T02:57:34.059Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:34.066Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:34.066Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:34.959Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "7cbb444f-be52-442f-bbac-efcfa7d70fe2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abf86d34-cb36-4e2a-b651-c1aa669ae5be",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "2e50093a-c570-4c86-aaae-1c966b0019d0",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0cb89c8b-1d74-462d-8afb-263fab97bf40",
      "resourceInvariantUUID": "378f660e-2ac5-4251-be33-86054db4943d",
      "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": "ZDk5MjljMTcyMDBiM2FlNzNjMDlmNWFkZjQyMTQ3YzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5d511ad3-30b7-4028-bd16-33f4e272f430",
          "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": "ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae",
          "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": "94668f08-abde-41bb-969a-de1e41cec39e",
            "generatedFromUUID": "ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae"
          },
          "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": "94668f08-abde-41bb-969a-de1e41cec39e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OGJkZjhjM2IyY2U1OGVlODcxOTM5OWJjOWY3NDkyNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T02:57:34.960Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T02:57:34.960Z|75f964d9-a6cc-4b8d-94f3-53204aa8de74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7cbb444f-be52-442f-bbac-efcfa7d70fe2 ASDC
2021-12-02T02:57:34.960Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:865d5272-1bab-4e9e-9051-63e9222ec3b3
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:7cbb444f-be52-442f-bbac-efcfa7d70fe2
ServiceInvariantUUID:abf86d34-cb36-4e2a-b651-c1aa669ae5be
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:cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460
ArtifactChecksum:OGJkZjhjM2IyY2U1OGVlODcxOTM5OWJjOWY3NDkyNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:2e50093a-c570-4c86-aaae-1c966b0019d0
ResourceInvariantUUID:378f660e-2ac5-4251-be33-86054db4943d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:0cb89c8b-1d74-462d-8afb-263fab97bf40
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:5d511ad3-30b7-4028-bd16-33f4e272f430
ArtifactChecksum:ZDk5MjljMTcyMDBiM2FlNzNjMDlmNWFkZjQyMTQ3YzE=
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:ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae
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:94668f08-abde-41bb-969a-de1e41cec39e
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:94668f08-abde-41bb-969a-de1e41cec39e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T02:57:34.960Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cbb444f-be52-442f-bbac-efcfa7d70fe2 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 (?, ?, ?, ?, ?)
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T02:57:34.989Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:57:34.990Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T02:57:35.172Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:57:35.176Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460 73651
2021-12-02T02:57:35.177Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-02T02:57:35.177Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T02:57:35.178Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:57:35.178Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:35.180Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:35.180Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413855177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:57:35.280Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:35.281Z||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.
2021-12-02T02:57:35.281Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:35.289Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:35.290Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:36.180Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T02:57:36.182Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T02:57:36.182Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cef2c4af-a0f7-4ef3-b6a8-3acb8aca0460, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:36.182Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-12-02T02:57:36.183Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:36.183Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:36.265Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9443036007081671738/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
2021-12-02T02:57:37.072Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||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
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.073Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.074Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=917c074e-8ddd-412a-bb1b-720f0f9a63db
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.075Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:37.076Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:7cbb444f-be52-442f-bbac-efcfa7d70fe2
Model Version:NULL
Model InvariantUuid:abf86d34-cb36-4e2a-b651-c1aa669ae5be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:4879f575-59bf-421c-a97f-d89601ee1bd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:378f660e-2ac5-4251-be33-86054db4943d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2e50093a-c570-4c86-aaae-1c966b0019d0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9e1c1a45-fe78-4dd5-9651-7bd298ab9b56
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:0d5cf21f-1797-4a78-af1b-7fd05030f80c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:917c074e-8ddd-412a-bb1b-720f0f9a63db
ModelInvariantUuid:442fe76b-4d7f-4721-89d9-d3de8debad49
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c4962c1c-8b62-41d5-9324-fa6064437960
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e0b6148c-9825-414b-9896-409e7ec79f8f
ModelInvariantUuid:1a9888c5-78ab-438b-a5e1-e092631789f7
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:cc263947-37fb-414e-b8db-3956721820ed
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=?
2021-12-02T02:57:37.082Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0cb89c8b-1d74-462d-8afb-263fab97bf40
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=?
2021-12-02T02:57:37.084Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-12-02T02:57:37.085Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0cb89c8b-1d74-462d-8afb-263fab97bf40
2021-12-02T02:57:37.085Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5d511ad3-30b7-4028-bd16-33f4e272f430 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T02:57:37.085Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:57:37.085Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T02:57:37.121Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:57:37.121Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 5d511ad3-30b7-4028-bd16-33f4e272f430 790
2021-12-02T02:57:37.121Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-02T02:57:37.122Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T02:57:37.122Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:57:37.122Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:37.124Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:37.124Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413857121,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:57:37.224Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:37.225Z||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.
2021-12-02T02:57:37.226Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:37.234Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:37.234Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:38.125Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9e1c1a45-fe78-4dd5-9651-7bd298ab9b56",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d5cf21f-1797-4a78-af1b-7fd05030f80c",
    "vfModuleModelCustomizationUUID": "1d7dd4c1-5721-4cd3-96ce-cc0851884ead",
    "isBase": true,
    "artifacts": [
      "ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae",
      "94668f08-abde-41bb-969a-de1e41cec39e"
    ],
    "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": ""
    }
  }
]
2021-12-02T02:57:38.130Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d5cf21f-1797-4a78-af1b-7fd05030f80c
VfModuleModelInvariantUUID:9e1c1a45-fe78-4dd5-9651-7bd298ab9b56
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae
,
94668f08-abde-41bb-969a-de1e41cec39e

}
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


}

2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9e1c1a45-fe78-4dd5-9651-7bd298ab9b56",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0d5cf21f-1797-4a78-af1b-7fd05030f80c",
    "vfModuleModelCustomizationUUID": "1d7dd4c1-5721-4cd3-96ce-cc0851884ead",
    "isBase": true,
    "artifacts": [
      "ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae",
      "94668f08-abde-41bb-969a-de1e41cec39e"
    ],
    "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": ""
    }
  }
]
2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0d5cf21f-1797-4a78-af1b-7fd05030f80c
VfModuleModelInvariantUUID:9e1c1a45-fe78-4dd5-9651-7bd298ab9b56
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae
,
94668f08-abde-41bb-969a-de1e41cec39e

}
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


}

2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:57:38.133Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ba9e4c08-b32a-4c4d-bad3-cb3f78df01ae 5033
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T02:57:38.169Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:57:38.170Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:38.171Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:38.171Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413858169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:57:38.271Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:38.272Z||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.
2021-12-02T02:57:38.273Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:38.281Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:38.281Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:39.173Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 94668f08-abde-41bb-969a-de1e41cec39e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T02:57:39.173Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T02:57:39.173Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T02:57:39.213Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T02:57:39.213Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 94668f08-abde-41bb-969a-de1e41cec39e 909
2021-12-02T02:57:39.213Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T02:57:39.213Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T02:57:39.214Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T02:57:39.214Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:39.215Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:39.215Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413859213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:57:39.316Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T02:57:39.316Z||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.
2021-12-02T02:57:39.317Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:39.324Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:39.325Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:40.216Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7cbb444f-be52-442f-bbac-efcfa7d70fe2
2021-12-02T02:57:40.217Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0cb89c8b-1d74-462d-8afb-263fab97bf40 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=?
2021-12-02T02:57:40.225Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63ad6929, org.onap.sdc.toscaparser.api.parameters.Input@183fbd8f, org.onap.sdc.toscaparser.api.parameters.Input@d0c5b35, org.onap.sdc.toscaparser.api.parameters.Input@775d2943, org.onap.sdc.toscaparser.api.parameters.Input@7f31e2a0]
2021-12-02T02:57:40.226Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.226Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:40.226Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-02T02:57:40.227Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2e50093a-c570-4c86-aaae-1c966b0019d0
2021-12-02T02:57:40.227Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e50093a-c570-4c86-aaae-1c966b0019d0 matches Tosca VF Customization UUID: 2e50093a-c570-4c86-aaae-1c966b0019d0
2021-12-02T02:57:40.227Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2e50093a-c570-4c86-aaae-1c966b0019d0  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=?
2021-12-02T02:57:40.228Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.228Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:40.228Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2e50093a-c570-4c86-aaae-1c966b0019d0: {\"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\"}
2021-12-02T02:57:40.228Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b34f65f
2021-12-02T02:57:40.229Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.229Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T02:57:40.229Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1d7dd4c1-5721-4cd3-96ce-cc0851884ead
2021-12-02T02:57:40.229Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1d7dd4c1-5721-4cd3-96ce-cc0851884ead
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=?
2021-12-02T02:57:40.230Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.230Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:40.230Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:40.231Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.231Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:40.231Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:40.231Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.231Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-12-02T02:57:40.231Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-12-02T02:57:40.231Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-12-02T02:57:40.231Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=917c074e-8ddd-412a-bb1b-720f0f9a63db
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=?
2021-12-02T02:57:40.232Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.233Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:40.233Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T02:57:40.233Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.233Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-12-02T02:57:40.233Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2e50093a-c570-4c86-aaae-1c966b0019d0
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=?
2021-12-02T02:57:40.234Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.234Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:40.234Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7cbb444f-be52-442f-bbac-efcfa7d70fe2: basicclamp
2021-12-02T02:57:40.234Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.234Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T02:57:40.235Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||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 (?, ?, ?, ?, ?)
2021-12-02T02:57:40.306Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0cb89c8b-1d74-462d-8afb-263fab97bf40 1 ASDC deployResourceStructure
2021-12-02T02:57:40.307Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-12-02T02:57:40.307Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-12-02T02:57:40.307Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:57:40.307Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:40.308Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:40.308Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413860307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:57:40.408Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:40.409Z||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.
2021-12-02T02:57:40.409Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:40.417Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:40.417Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-12-02T02:57:41.309Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-12-02T02:57:41.310Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-12-02T02:57:41.310Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:57:41.310Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:41.311Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:41.312Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413861309,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T02:57:41.412Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:41.413Z||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.
2021-12-02T02:57:41.414Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:41.422Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:41.423Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-12-02T02:57:42.313Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-12-02T02:57:42.314Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-12-02T02:57:42.314Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:57:42.315Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:42.316Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:42.317Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413862313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-02T02:57:42.417Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:42.417Z||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.
2021-12-02T02:57:42.418Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:42.425Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:42.426Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:43.318Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-12-02T02:57:43.318Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-12-02T02:57:43.318Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T02:57:43.318Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T02:57:43.320Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T02:57:43.320Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413863317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:57:43.420Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T02:57:43.421Z||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.
2021-12-02T02:57:43.421Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T02:57:43.430Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:57:43.430Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T02:57:44.321Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:57:44.332Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
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=?
2021-12-02T02:57:44.335Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:57:44.335Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:57:44.335Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T02:58:14.336Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:58:14.348Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
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=?
2021-12-02T02:58:14.351Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:58:14.352Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:58:14.352Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T02:58:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:58:26.301Z||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.
2021-12-02T02:58:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:58:26.315Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:58:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413813233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413815434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413814421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413813233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413815434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413814421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413818100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413813233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413815434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413814421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413818100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413819548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413813233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413815434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413814421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413818100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413819548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413813233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413815434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413814421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413818100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413819548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413813233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413815434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413814421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413818100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413819548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413822611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413813233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413815434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413814421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413818100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413819548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413822611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413823691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413813233,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413815434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413814421,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413818100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413819548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413822611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413823691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413818100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413825773,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413825777,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413826094,
  "artifactURL": "/sdc/v1/catalog/services/7cbb444f-be52-442f-bbac-efcfa7d70fe2/resourceInstances/basicclamp0/artifacts/5de4a859-7c17-42c0-9c0f-3f1911099b77",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413819548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413822611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413823691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "cds",
  "timestamp": 1638413826779,
  "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=?
2021-12-02T02:58:26.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 865d5272-1bab-4e9e-9051-63e9222ec3b3
2021-12-02T02:58:26.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 865d5272-1bab-4e9e-9051-63e9222ec3b3 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 (?, ?, ?, ?, ?)
2021-12-02T02:58:26.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413819548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413822611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413827280,
  "artifactURL": "/sdc/v1/catalog/services/7cbb444f-be52-442f-bbac-efcfa7d70fe2/resourceInstances/basicclamp0/artifacts/5de4a859-7c17-42c0-9c0f-3f1911099b77",
  "status": "DEPLOY_OK"
}
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413823691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413827774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413822611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "dcae-sch",
  "timestamp": 1638413828284,
  "artifactURL": "/sdc/v1/catalog/services/7cbb444f-be52-442f-bbac-efcfa7d70fe2/resourceInstances/basicclamp0/artifacts/5de4a859-7c17-42c0-9c0f-3f1911099b77",
  "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=?
2021-12-02T02:58:26.354Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 865d5272-1bab-4e9e-9051-63e9222ec3b3
2021-12-02T02:58:26.354Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 865d5272-1bab-4e9e-9051-63e9222ec3b3 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 (?, ?, ?, ?, ?)
2021-12-02T02:58:26.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413823691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413828778,
  "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=?
2021-12-02T02:58:26.370Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 865d5272-1bab-4e9e-9051-63e9222ec3b3
2021-12-02T02:58:26.370Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 865d5272-1bab-4e9e-9051-63e9222ec3b3 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 (?, ?, ?, ?, ?)
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413822611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413823691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413822611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413823691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413823691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413831629,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413831612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413832634,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413832691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413831612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "policy-id",
  "timestamp": 1638413833636,
  "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=?
2021-12-02T02:58:26.384Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 865d5272-1bab-4e9e-9051-63e9222ec3b3
2021-12-02T02:58:26.385Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 865d5272-1bab-4e9e-9051-63e9222ec3b3 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 (?, ?, ?, ?, ?)
2021-12-02T02:58:26.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413834177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413831612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413828233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413831612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413835292,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413835531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413828233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413835434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413831612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413836312,
  "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=?
2021-12-02T02:58:26.399Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 865d5272-1bab-4e9e-9051-63e9222ec3b3
2021-12-02T02:58:26.399Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 865d5272-1bab-4e9e-9051-63e9222ec3b3 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=?
2021-12-02T02:58:26.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413836535,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413828233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413835434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413831612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413837316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413828233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413837882,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413835434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413831612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413828233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413838898,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T02:58:26.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413835434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413831612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413828233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "clamp",
  "timestamp": 1638413839901,
  "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=?
2021-12-02T02:58:26.418Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 865d5272-1bab-4e9e-9051-63e9222ec3b3
2021-12-02T02:58:26.418Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 865d5272-1bab-4e9e-9051-63e9222ec3b3 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 (?, ?, ?, ?, ?)
2021-12-02T02:58:26.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413835434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413839548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413840395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413828233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413835434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413839548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413835434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413839548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413842297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413839548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413842611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "cds",
  "timestamp": 1638413843304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T02:58:26.445Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f89ab037-4e47-416a-accc-1724502f4c5c
2021-12-02T02:58:26.445Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89ab037-4e47-416a-accc-1724502f4c5c 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 (?, ?, ?, ?, ?)
2021-12-02T02:58:26.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413839548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413842611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413843691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413844422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413839548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413842611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413843691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T02:58:26.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413846021,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413844422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413839548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:58:26.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:58:44.352Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:58:44.365Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
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=?
2021-12-02T02:58:44.369Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:58:44.369Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:58:44.369Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T02:59:14.369Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:59:14.383Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
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=?
2021-12-02T02:59:14.386Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:59:14.387Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:59:14.387Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T02:59:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T02:59:26.301Z||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.
2021-12-02T02:59:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T02:59:26.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T02:59:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T02:59:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413842611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T02:59:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T02:59:44.387Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T02:59:44.398Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
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=?
2021-12-02T02:59:44.401Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T02:59:44.401Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T02:59:44.401Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T03:00:14.401Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:00:14.412Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
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=?
2021-12-02T03:00:14.416Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:00:14.416Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T03:00:14.416Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T03:00:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:00:26.301Z||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.
2021-12-02T03:00:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:00:26.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:00:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413843691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "aai-ml",
  "timestamp": 1638413847026,
  "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=?
2021-12-02T03:00:26.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 865d5272-1bab-4e9e-9051-63e9222ec3b3
2021-12-02T03:00:26.331Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 865d5272-1bab-4e9e-9051-63e9222ec3b3 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 (?, ?, ?, ?, ?)
2021-12-02T03:00:26.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413844422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413842611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413843691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413844422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413842611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413843691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413848099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413844422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413842611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413843691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413848099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413844422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413843691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413850353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413848099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413844422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413851356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413851535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413848099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413852328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.345Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "policy-id",
  "timestamp": 1638413852359,
  "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=?
2021-12-02T03:00:26.350Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f89ab037-4e47-416a-accc-1724502f4c5c
2021-12-02T03:00:26.350Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89ab037-4e47-416a-accc-1724502f4c5c 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 (?, ?, ?, ?, ?)
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413852681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413848099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413848099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413853883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413854433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413848099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413854904,
  "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=?
2021-12-02T03:00:26.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f89ab037-4e47-416a-accc-1724502f4c5c
2021-12-02T03:00:26.364Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89ab037-4e47-416a-accc-1724502f4c5c 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=?
2021-12-02T03:00:26.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413855177,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413855436,
  "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=?
2021-12-02T03:00:26.374Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f89ab037-4e47-416a-accc-1724502f4c5c
2021-12-02T03:00:26.374Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89ab037-4e47-416a-accc-1724502f4c5c 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 (?, ?, ?, ?, ?)
2021-12-02T03:00:26.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413855907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413857121,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413858169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413859213,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413860307,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413861309,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413861534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413861611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413862313,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413861611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413863317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413863541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413861611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.384Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "clamp",
  "timestamp": 1638413864544,
  "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=?
2021-12-02T03:00:26.388Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f89ab037-4e47-416a-accc-1724502f4c5c
2021-12-02T03:00:26.388Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89ab037-4e47-416a-accc-1724502f4c5c 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 (?, ?, ?, ?, ?)
2021-12-02T03:00:26.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413861611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413861611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413861611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413861611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413869635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413875949,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:00:26.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "aai-ml",
  "timestamp": 1638413876953,
  "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=?
2021-12-02T03:00:26.400Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f89ab037-4e47-416a-accc-1724502f4c5c
2021-12-02T03:00:26.400Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f89ab037-4e47-416a-accc-1724502f4c5c 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 (?, ?, ?, ?, ?)
2021-12-02T03:00:26.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413899548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413895434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "policy-id",
  "timestamp": 1638413902611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638413899548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "dcae-sch",
  "timestamp": 1638413895434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "cds",
  "timestamp": 1638413903233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "policy-id",
  "timestamp": 1638413902611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413903691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "cds",
  "timestamp": 1638413903233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413904421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638413903691,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "policy-id",
  "timestamp": 1638413905314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "cds",
  "timestamp": 1638413905934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413904421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:00:26.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:00:44.417Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:00:44.429Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3
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=?
2021-12-02T03:00:44.431Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:00:44.431Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T03:00:44.431Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:00:44.432Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T03:00:44.437Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T03:01:14.437Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3 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=?
2021-12-02T03:01:14.443Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 865d5272-1bab-4e9e-9051-63e9222ec3b3 and serviceModelVersionId: 7cbb444f-be52-442f-bbac-efcfa7d70fe2
2021-12-02T03:01:14.443Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abf86d34-cb36-4e2a-b651-c1aa669ae5be
2021-12-02T03:01:14.444Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abf86d34-cb36-4e2a-b651-c1aa669ae5be/model-vers/model-ver/7cbb444f-be52-442f-bbac-efcfa7d70fe2?depth=0
2021-12-02T03:01:14.450Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T03:01:14.472Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf86d34-cb36-4e2a-b651-c1aa669ae5be/model-vers/model-ver/7cbb444f-be52-442f-bbac-efcfa7d70fe2?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]}
2021-12-02T03:01:14.472Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf86d34-cb36-4e2a-b651-c1aa669ae5be/model-vers/model-ver/7cbb444f-be52-442f-bbac-efcfa7d70fe2?depth=0|INFO|500||Invoke
2021-12-02T03:01:14.498Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf86d34-cb36-4e2a-b651-c1aa669ae5be/model-vers/model-ver/7cbb444f-be52-442f-bbac-efcfa7d70fe2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T03:01:14.775Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf86d34-cb36-4e2a-b651-c1aa669ae5be/model-vers/model-ver/7cbb444f-be52-442f-bbac-efcfa7d70fe2?depth=0|INFO|500||InvokeReturn
2021-12-02T03:01:14.775Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abf86d34-cb36-4e2a-b651-c1aa669ae5be/model-vers/model-ver/7cbb444f-be52-442f-bbac-efcfa7d70fe2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211202-03:01:14:507-60325], vertex-id=[184368], Content-Length=[0], Date=[Thu, 02 Dec 2021 03:01:14 GMT], Content-Type=[application/json]}
2021-12-02T03:01:14.776Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T03:01:14.776Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T03:01:14.776Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T03:01:14.780Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T03:01:14.781Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 865d5272-1bab-4e9e-9051-63e9222ec3b3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T03:01:14.781Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T03:01:14.781Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:14.783Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:14.783Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414074781,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:01:14.883Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:14.884Z||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.
2021-12-02T03:01:14.884Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:14.897Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:14.897Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 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=?
2021-12-02T03:01:15.798Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T03:01:15.798Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f89ab037-4e47-416a-accc-1724502f4c5c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"324d78af-0e20-4f7a-b5ed-49cc609d4551","serviceDescription":"service","serviceInvariantUUID":"dbd44d8c-89b4-4dcd-85d4-8b5f320bddad","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb7bd929-54ab-4db8-9676-c2250fad7f7b","resourceInvariantUUID":"891f5dbe-8c95-4e14-8f56-33a03ca26339","resourceCustomizationUUID":"6765b901-7dba-49c9-bbb3-db5e4ff9f343","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MDk2MWI0ZTAzZGYxYjRjN2Q1YjhhODk1ODE3OTA1MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99645470-b1d2-411d-836d-bf93c9fb59ee","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NTMyYjEwYjM4NDQ4OWQ3NzMyZWIyOGQxMDU1NTEzMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e0618dc-6177-41b4-8d8c-6b5fb4251216","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f090c3b-64b0-41b6-bd1f-bc84a25f57f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c7b15f8-5aa8-4056-a46c-1db4177e884a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06002d23-20d7-41a0-b724-11cf8fe0a738","artifactVersion":"2","generatedFromUUID":"2f090c3b-64b0-41b6-bd1f-bc84a25f57f3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGVmMDdjZGU3Yjk0MmQ5NzNhZDcwMGRlMDUzNDBiMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"921cb485-1562-406e-a79c-1dbb9e8a6221","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjUwZjA2MGI4OTI4MTcxYzhmM2UyYTg4MDU4NGQ5OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8913bc8-8ef9-4c2d-8222-370aa219431b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T03:01:15.799Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:01:15.799Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:15.802Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:15.802Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:01:15.902Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:15.902Z||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.
2021-12-02T03:01:15.902Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:15.910Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:15.911Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:16.802Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:01:16.804Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:16.807Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:16.807Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:01:16.907Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:16.908Z||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.
2021-12-02T03:01:16.908Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:16.915Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:16.915Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:17.808Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:01:17.809Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:17.811Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:17.811Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:01:17.912Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:17.913Z||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.
2021-12-02T03:01:17.913Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:17.920Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:17.921Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:18.812Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:01:18.813Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:18.815Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:18.816Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:01:18.916Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:18.917Z||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.
2021-12-02T03:01:18.917Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:18.923Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:18.924Z||pool-66-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:19.816Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:01:19.818Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:19.820Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:19.820Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T03:01:19.920Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:19.921Z||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.
2021-12-02T03:01:19.921Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:19.927Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:19.928Z||pool-67-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:20.821Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:01:20.822Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:20.824Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:20.825Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:01:20.925Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:20.926Z||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.
2021-12-02T03:01:20.926Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:20.933Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:20.933Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:21.825Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:01:21.826Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:21.829Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:21.829Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:01:21.929Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:21.930Z||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.
2021-12-02T03:01:21.930Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:21.940Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:21.940Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-12-02T03:01:22.830Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "324d78af-0e20-4f7a-b5ed-49cc609d4551",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dbd44d8c-89b4-4dcd-85d4-8b5f320bddad",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "6765b901-7dba-49c9-bbb3-db5e4ff9f343",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cb7bd929-54ab-4db8-9676-c2250fad7f7b",
      "resourceInvariantUUID": "891f5dbe-8c95-4e14-8f56-33a03ca26339",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "NTMyYjEwYjM4NDQ4OWQ3NzMyZWIyOGQxMDU1NTEzMjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9e0618dc-6177-41b4-8d8c-6b5fb4251216",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2f090c3b-64b0-41b6-bd1f-bc84a25f57f3",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "06002d23-20d7-41a0-b724-11cf8fe0a738",
            "generatedFromUUID": "2f090c3b-64b0-41b6-bd1f-bc84a25f57f3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "06002d23-20d7-41a0-b724-11cf8fe0a738",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjUwZjA2MGI4OTI4MTcxYzhmM2UyYTg4MDU4NGQ5OTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a8913bc8-8ef9-4c2d-8222-370aa219431b"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T03:01:22.831Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T03:01:22.831Z|865d5272-1bab-4e9e-9051-63e9222ec3b3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 324d78af-0e20-4f7a-b5ed-49cc609d4551 ASDC
2021-12-02T03:01:22.831Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f89ab037-4e47-416a-accc-1724502f4c5c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:324d78af-0e20-4f7a-b5ed-49cc609d4551
ServiceInvariantUUID:dbd44d8c-89b4-4dcd-85d4-8b5f320bddad
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:a8913bc8-8ef9-4c2d-8222-370aa219431b
ArtifactChecksum:ZjUwZjA2MGI4OTI4MTcxYzhmM2UyYTg4MDU4NGQ5OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6765b901-7dba-49c9-bbb3-db5e4ff9f343
ResourceInvariantUUID:891f5dbe-8c95-4e14-8f56-33a03ca26339
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cb7bd929-54ab-4db8-9676-c2250fad7f7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:9e0618dc-6177-41b4-8d8c-6b5fb4251216
ArtifactChecksum:NTMyYjEwYjM4NDQ4OWQ3NzMyZWIyOGQxMDU1NTEzMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:2f090c3b-64b0-41b6-bd1f-bc84a25f57f3
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:06002d23-20d7-41a0-b724-11cf8fe0a738
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:06002d23-20d7-41a0-b724-11cf8fe0a738
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T03:01:22.831Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 324d78af-0e20-4f7a-b5ed-49cc609d4551 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=?
2021-12-02T03:01:22.863Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:01:22.863Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:01:22.863Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:01:22.863Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a8913bc8-8ef9-4c2d-8222-370aa219431b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-02T03:01:22.864Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:01:22.864Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-02T03:01:23.194Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:01:23.199Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a8913bc8-8ef9-4c2d-8222-370aa219431b 71045
2021-12-02T03:01:23.199Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-02T03:01:23.199Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-02T03:01:23.199Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:01:23.199Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:23.201Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:23.202Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414083199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:01:23.302Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:23.303Z||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.
2021-12-02T03:01:23.303Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:23.309Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:23.309Z||pool-70-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:24.202Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:01:24.203Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:01:24.204Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a8913bc8-8ef9-4c2d-8222-370aa219431b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:24.204Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-12-02T03:01:24.204Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:24.204Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:24.338Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP750591148785996253/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.142Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:01:25.143Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:01:25.144Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.144Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:25.144Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:25.144Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:01:25.144Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:01:25.144Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.144Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:25.145Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.145Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-02T03:01:25.145Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-02T03:01:25.145Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-02T03:01:25.145Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-02T03:01:25.145Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T03:01:25.145Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T03:01:25.145Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.146Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T03:01:25.146Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.146Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:25.146Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:01:25.146Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.146Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:25.147Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:01:25.147Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.147Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:25.147Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:01:25.147Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.147Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-02T03:01:25.147Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f2390c8b-3d58-4304-ae2b-6edafd76cf91
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:25.148Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:25.149Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:324d78af-0e20-4f7a-b5ed-49cc609d4551
Model Version:NULL
Model InvariantUuid:dbd44d8c-89b4-4dcd-85d4-8b5f320bddad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:27497406-fbd0-4f45-9d06-b4ba0b21efdd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:891f5dbe-8c95-4e14-8f56-33a03ca26339
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6765b901-7dba-49c9-bbb3-db5e4ff9f343
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ace99d40-2f58-466b-b27b-a1eb6fb631ae
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:de7847b5-eb2e-447e-adbf-c68caff97498
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f2390c8b-3d58-4304-ae2b-6edafd76cf91
ModelInvariantUuid:99b77f49-4475-4efa-9b99-27ba5fd79d36
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e75a4cc8-97e5-4afb-a619-0ed1d4e8ce3b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b1501a0d-df44-49ff-9835-9bb85f14fafb
ModelInvariantUuid:8f28666b-0bf7-42a1-a773-796327896812
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:686e6e58-9c91-4313-89d5-62674ba0509d
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=?
2021-12-02T03:01:25.155Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cb7bd929-54ab-4db8-9676-c2250fad7f7b
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=?
2021-12-02T03:01:25.158Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||basic_vm 0
2021-12-02T03:01:25.158Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cb7bd929-54ab-4db8-9676-c2250fad7f7b
2021-12-02T03:01:25.158Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9e0618dc-6177-41b4-8d8c-6b5fb4251216 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-02T03:01:25.158Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:01:25.158Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-02T03:01:25.202Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:01:25.202Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9e0618dc-6177-41b4-8d8c-6b5fb4251216 787
2021-12-02T03:01:25.203Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-02T03:01:25.203Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-02T03:01:25.203Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:01:25.203Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:25.204Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:25.205Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414085203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:01:25.305Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:25.306Z||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.
2021-12-02T03:01:25.306Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:25.313Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:25.313Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-12-02T03:01:26.205Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ace99d40-2f58-466b-b27b-a1eb6fb631ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de7847b5-eb2e-447e-adbf-c68caff97498",
    "vfModuleModelCustomizationUUID": "dd1ba2c7-b894-4e6d-9189-ba72c28e08e2",
    "isBase": true,
    "artifacts": [
      "2f090c3b-64b0-41b6-bd1f-bc84a25f57f3",
      "06002d23-20d7-41a0-b724-11cf8fe0a738"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-12-02T03:01:26.209Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de7847b5-eb2e-447e-adbf-c68caff97498
VfModuleModelInvariantUUID:ace99d40-2f58-466b-b27b-a1eb6fb631ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f090c3b-64b0-41b6-bd1f-bc84a25f57f3
,
06002d23-20d7-41a0-b724-11cf8fe0a738

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

isBase:true


}

2021-12-02T03:01:26.211Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ace99d40-2f58-466b-b27b-a1eb6fb631ae",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de7847b5-eb2e-447e-adbf-c68caff97498",
    "vfModuleModelCustomizationUUID": "dd1ba2c7-b894-4e6d-9189-ba72c28e08e2",
    "isBase": true,
    "artifacts": [
      "2f090c3b-64b0-41b6-bd1f-bc84a25f57f3",
      "06002d23-20d7-41a0-b724-11cf8fe0a738"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-12-02T03:01:26.211Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de7847b5-eb2e-447e-adbf-c68caff97498
VfModuleModelInvariantUUID:ace99d40-2f58-466b-b27b-a1eb6fb631ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
2f090c3b-64b0-41b6-bd1f-bc84a25f57f3
,
06002d23-20d7-41a0-b724-11cf8fe0a738

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

isBase:true


}

2021-12-02T03:01:26.211Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2f090c3b-64b0-41b6-bd1f-bc84a25f57f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-02T03:01:26.211Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:01:26.211Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-02T03:01:26.256Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:01:26.256Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2f090c3b-64b0-41b6-bd1f-bc84a25f57f3 5033
2021-12-02T03:01:26.256Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-02T03:01:26.257Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-02T03:01:26.257Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:01:26.257Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:26.259Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:26.259Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414086256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:01:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:01:26.301Z||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.
2021-12-02T03:01:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:01:26.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:26.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "policy-id",
  "timestamp": 1638413906317,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:01:26.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:01:26.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "cds",
  "timestamp": 1638413906941,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T03:01:26.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93058d37-3d08-4eef-b402-7d272341671c
2021-12-02T03:01:26.331Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93058d37-3d08-4eef-b402-7d272341671c 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 (?, ?, ?, ?, ?)
2021-12-02T03:01:26.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413907191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:01:26.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:01:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "policy-id",
  "timestamp": 1638413907320,
  "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=?
2021-12-02T03:01:26.347Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93058d37-3d08-4eef-b402-7d272341671c
2021-12-02T03:01:26.347Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93058d37-3d08-4eef-b402-7d272341671c 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 (?, ?, ?, ?, ?)
2021-12-02T03:01:26.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413908616,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:01:26.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:01:26.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "clamp",
  "timestamp": 1638413908099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:01:26.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:01:26.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638413909620,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2021-12-02T03:01:26.359Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T03:01:26.360Z||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.
2021-12-02T03:01:26.360Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:26.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93058d37-3d08-4eef-b402-7d272341671c
2021-12-02T03:01:26.363Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93058d37-3d08-4eef-b402-7d272341671c 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 (?, ?, ?, ?, ?)
2021-12-02T03:01:26.366Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:26.367Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:26.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "clamp",
  "timestamp": 1638413908099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:01:26.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:01:26.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "clamp",
  "timestamp": 1638413915540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:01:26.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:01:26.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "clamp",
  "timestamp": 1638413917548,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:01:26.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:01:26.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "clamp",
  "timestamp": 1638413918551,
  "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=?
2021-12-02T03:01:26.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93058d37-3d08-4eef-b402-7d272341671c
2021-12-02T03:01:26.377Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93058d37-3d08-4eef-b402-7d272341671c 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 (?, ?, ?, ?, ?)
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "aai-ml",
  "timestamp": 1638413921611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "aai-ml",
  "timestamp": 1638413921611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "aai-ml",
  "timestamp": 1638413924304,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:01:26.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:01:26.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "aai-ml",
  "timestamp": 1638413927828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:01:26.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:01:26.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:01:26.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "aai-ml",
  "timestamp": 1638413928832,
  "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=?
2021-12-02T03:01:26.392Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93058d37-3d08-4eef-b402-7d272341671c
2021-12-02T03:01:26.392Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93058d37-3d08-4eef-b402-7d272341671c 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 (?, ?, ?, ?, ?)
2021-12-02T03:01:27.259Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 06002d23-20d7-41a0-b724-11cf8fe0a738 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-02T03:01:27.260Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:01:27.260Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-02T03:01:27.389Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:01:27.389Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 06002d23-20d7-41a0-b724-11cf8fe0a738 903
2021-12-02T03:01:27.390Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-02T03:01:27.390Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-02T03:01:27.390Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:01:27.390Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:27.391Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:27.391Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414087390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:01:27.491Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:27.492Z||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.
2021-12-02T03:01:27.492Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:27.498Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:27.499Z||pool-73-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:28.392Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 324d78af-0e20-4f7a-b5ed-49cc609d4551
2021-12-02T03:01:28.392Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cb7bd929-54ab-4db8-9676-c2250fad7f7b 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=?
2021-12-02T03:01:28.404Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1891c5e1, org.onap.sdc.toscaparser.api.parameters.Input@725fb75, org.onap.sdc.toscaparser.api.parameters.Input@73f7b8eb, org.onap.sdc.toscaparser.api.parameters.Input@6279afbd, org.onap.sdc.toscaparser.api.parameters.Input@7451c0de]
2021-12-02T03:01:28.405Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.406Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:28.406Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-02T03:01:28.406Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6765b901-7dba-49c9-bbb3-db5e4ff9f343
2021-12-02T03:01:28.406Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6765b901-7dba-49c9-bbb3-db5e4ff9f343 matches Tosca VF Customization UUID: 6765b901-7dba-49c9-bbb3-db5e4ff9f343
2021-12-02T03:01:28.406Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6765b901-7dba-49c9-bbb3-db5e4ff9f343  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=?
2021-12-02T03:01:28.408Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.408Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:28.408Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6765b901-7dba-49c9-bbb3-db5e4ff9f343: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-12-02T03:01:28.408Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d52f94c
2021-12-02T03:01:28.408Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.409Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T03:01:28.409Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dd1ba2c7-b894-4e6d-9189-ba72c28e08e2
2021-12-02T03:01:28.409Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dd1ba2c7-b894-4e6d-9189-ba72c28e08e2
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=?
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T03:01:28.411Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f2390c8b-3d58-4304-ae2b-6edafd76cf91
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=?
2021-12-02T03:01:28.413Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.413Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:28.413Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:01:28.413Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.413Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-12-02T03:01:28.413Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6765b901-7dba-49c9-bbb3-db5e4ff9f343
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=?
2021-12-02T03:01:28.414Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 324d78af-0e20-4f7a-b5ed-49cc609d4551: basic_vm
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:01:28.415Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:01:28.416Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T03:01:28.484Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cb7bd929-54ab-4db8-9676-c2250fad7f7b 1 ASDC deployResourceStructure
2021-12-02T03:01:28.484Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-12-02T03:01:28.484Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-12-02T03:01:28.485Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:01:28.485Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:28.486Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:28.486Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414088484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:01:28.586Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:28.587Z||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.
2021-12-02T03:01:28.587Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:28.593Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:28.593Z||pool-74-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:29.487Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-02T03:01:29.488Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-12-02T03:01:29.488Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:01:29.488Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:29.491Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:29.492Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414089487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T03:01:29.592Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:29.592Z||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.
2021-12-02T03:01:29.593Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:29.600Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:29.600Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:30.492Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-02T03:01:30.494Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-12-02T03:01:30.494Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:01:30.494Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:30.497Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:30.497Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414090492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-02T03:01:30.597Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:30.598Z||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.
2021-12-02T03:01:30.598Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:30.605Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:30.606Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:31.497Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-12-02T03:01:31.498Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-12-02T03:01:31.498Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:01:31.498Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:01:31.500Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:01:31.500Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414091497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:01:31.600Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:01:31.601Z||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.
2021-12-02T03:01:31.601Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:01:31.609Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:01:31.610Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:01:32.500Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f89ab037-4e47-416a-accc-1724502f4c5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:01:32.512Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f89ab037-4e47-416a-accc-1724502f4c5c
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=?
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:01:32.515Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T03:01:32.522Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T03:02:02.522Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f89ab037-4e47-416a-accc-1724502f4c5c 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=?
2021-12-02T03:02:02.527Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f89ab037-4e47-416a-accc-1724502f4c5c and serviceModelVersionId: 324d78af-0e20-4f7a-b5ed-49cc609d4551
2021-12-02T03:02:02.528Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbd44d8c-89b4-4dcd-85d4-8b5f320bddad
2021-12-02T03:02:02.529Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?depth=0
2021-12-02T03:02:02.535Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T03:02:02.560Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?depth=0|INFO|500||Invoke
2021-12-02T03:02:02.560Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f89ab037-4e47-416a-accc-1724502f4c5c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ed10f9f-27a3-47a1-a0c3-3fe8aa89ab64], X-ECOMP-RequestID=[f89ab037-4e47-416a-accc-1724502f4c5c], X-TransactionId=[], X-ONAP-RequestID=[f89ab037-4e47-416a-accc-1724502f4c5c], Content-Type=[application/merge-patch+json]}
2021-12-02T03:02:02.584Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T03:02:02.808Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?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/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-03:02:02:593-15609], vertex-id=[196656], Content-Length=[0], Date=[Thu, 02 Dec 2021 03:02:02 GMT], Content-Type=[application/json]}
2021-12-02T03:02:02.809Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T03:02:02.809Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dbd44d8c-89b4-4dcd-85d4-8b5f320bddad/model-vers/model-ver/324d78af-0e20-4f7a-b5ed-49cc609d4551?depth=0|INFO|500||InvokeReturn
2021-12-02T03:02:02.810Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T03:02:02.810Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T03:02:02.813Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T03:02:02.813Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f89ab037-4e47-416a-accc-1724502f4c5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T03:02:02.813Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T03:02:02.813Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:02.815Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:02.815Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414122813,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:02:02.915Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:02.916Z||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.
2021-12-02T03:02:02.916Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:02.928Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:02.928Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 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=?
2021-12-02T03:02:03.827Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:02:03.827Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:02:03.827Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:08.920Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:08.921Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T03:02:08.921Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"93058d37-3d08-4eef-b402-7d272341671c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"624a100c-af38-4f75-a6d7-52b5094d8051","serviceDescription":"service","serviceInvariantUUID":"25a6a10b-e5a1-4f91-b246-1874ec99c0aa","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e4200510-fd57-48b2-bc25-fc38baef2c1f","resourceInvariantUUID":"97465742-7469-4dcc-8910-21856b69e158","resourceCustomizationUUID":"a20eb6cc-c75d-4583-9e84-5574b41c2038","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":"YzZkMGI1MTI2YjY4NjA3Y2YyNGNhYjI0ZDVlNmEwNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d76f7ee3-014d-429f-8452-fd686d426c29","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjkwNTBmMzYyYTU4NzlhMDgwMzlkMmNjYThlZjRjMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7f4aabd-ce94-4383-8ea6-522c6b8d81e1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T03:02:08.922Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:08.922Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:08.924Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:08.924Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:09.024Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:09.025Z||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.
2021-12-02T03:02:09.025Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:09.034Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:09.034Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:09.924Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:09.926Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:09.929Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:09.929Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:02:10.029Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:10.030Z||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.
2021-12-02T03:02:10.030Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:10.038Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:10.038Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-12-02T03:02:10.930Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "624a100c-af38-4f75-a6d7-52b5094d8051",
  "serviceDescription": "service",
  "serviceInvariantUUID": "25a6a10b-e5a1-4f91-b246-1874ec99c0aa",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "a20eb6cc-c75d-4583-9e84-5574b41c2038",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e4200510-fd57-48b2-bc25-fc38baef2c1f",
      "resourceInvariantUUID": "97465742-7469-4dcc-8910-21856b69e158",
      "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": "NjkwNTBmMzYyYTU4NzlhMDgwMzlkMmNjYThlZjRjMTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7f4aabd-ce94-4383-8ea6-522c6b8d81e1"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T03:02:10.930Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T03:02:10.930Z|f89ab037-4e47-416a-accc-1724502f4c5c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 624a100c-af38-4f75-a6d7-52b5094d8051 ASDC
2021-12-02T03:02:10.930Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:93058d37-3d08-4eef-b402-7d272341671c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:624a100c-af38-4f75-a6d7-52b5094d8051
ServiceInvariantUUID:25a6a10b-e5a1-4f91-b246-1874ec99c0aa
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:b7f4aabd-ce94-4383-8ea6-522c6b8d81e1
ArtifactChecksum:NjkwNTBmMzYyYTU4NzlhMDgwMzlkMmNjYThlZjRjMTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a20eb6cc-c75d-4583-9e84-5574b41c2038
ResourceInvariantUUID:97465742-7469-4dcc-8910-21856b69e158
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e4200510-fd57-48b2-bc25-fc38baef2c1f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-12-02T03:02:10.930Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 624a100c-af38-4f75-a6d7-52b5094d8051 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=?
2021-12-02T03:02:10.958Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:02:10.959Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:02:10.959Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:02:10.959Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b7f4aabd-ce94-4383-8ea6-522c6b8d81e1 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-02T03:02:10.959Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:02:10.959Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-02T03:02:11.729Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:02:11.733Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b7f4aabd-ce94-4383-8ea6-522c6b8d81e1 52485
2021-12-02T03:02:11.734Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-12-02T03:02:11.734Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-02T03:02:11.734Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:02:11.734Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:11.737Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:11.737Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414131734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:11.838Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T03:02:11.839Z||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.
2021-12-02T03:02:11.839Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:11.847Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:11.848Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:12.738Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:02:12.739Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:02:12.740Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b7f4aabd-ce94-4383-8ea6-522c6b8d81e1, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-02T03:02:12.740Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-12-02T03:02:12.740Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-02T03:02:12.740Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-02T03:02:12.806Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12857513698002171159/Definitions/service-BasicNetwork-template.yml
2021-12-02T03:02:13.121Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:02:13.122Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:02:13.123Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.124Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.125Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:624a100c-af38-4f75-a6d7-52b5094d8051
Model Version:NULL
Model InvariantUuid:25a6a10b-e5a1-4f91-b246-1874ec99c0aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:97465742-7469-4dcc-8910-21856b69e158
Model UUID:9d87dd1c-5dc3-40d2-8a59-e1763d4ef0c6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:a20eb6cc-c75d-4583-9e84-5574b41c2038
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=?
2021-12-02T03:02:13.131Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: e4200510-fd57-48b2-bc25-fc38baef2c1f
2021-12-02T03:02:13.131Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||No resources found for Service: 624a100c-af38-4f75-a6d7-52b5094d8051
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=?
2021-12-02T03:02:13.135Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||
2021-12-02T03:02:13.135Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-12-02T03:02:13.135Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 624a100c-af38-4f75-a6d7-52b5094d8051
2021-12-02T03:02:13.135Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 624a100c-af38-4f75-a6d7-52b5094d8051
2021-12-02T03:02:13.135Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-12-02T03:02:13.135Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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=?
2021-12-02T03:02:13.139Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61802c30, org.onap.sdc.toscaparser.api.parameters.Input@10497e68, org.onap.sdc.toscaparser.api.parameters.Input@1bc8fad0, org.onap.sdc.toscaparser.api.parameters.Input@3e66aae8, org.onap.sdc.toscaparser.api.parameters.Input@5e67f0b8]
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 624a100c-af38-4f75-a6d7-52b5094d8051: Generic NeutronNet
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.140Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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=?
2021-12-02T03:02:13.161Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.161Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.161Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.161Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.162Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:13.162Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:13.162Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||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 (?, ?)
2021-12-02T03:02:13.209Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-12-02T03:02:13.210Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-12-02T03:02:13.210Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-12-02T03:02:13.210Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:02:13.210Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:13.211Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:13.211Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414133210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:02:13.312Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:13.314Z||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.
2021-12-02T03:02:13.314Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:13.321Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:13.322Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:14.212Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93058d37-3d08-4eef-b402-7d272341671c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:02:14.226Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93058d37-3d08-4eef-b402-7d272341671c
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=?
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:02:14.230Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T03:02:14.236Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T03:02:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:02:26.301Z||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.
2021-12-02T03:02:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:02:26.315Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:26.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "865d5272-1bab-4e9e-9051-63e9222ec3b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414074781,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638413846298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414083199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414068233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414071611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "dcae-sch",
  "timestamp": 1638414075434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414085203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414085963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414085968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:02:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:02:44.236Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93058d37-3d08-4eef-b402-7d272341671c 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=?
2021-12-02T03:02:44.243Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93058d37-3d08-4eef-b402-7d272341671c and serviceModelVersionId: 624a100c-af38-4f75-a6d7-52b5094d8051
2021-12-02T03:02:44.243Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25a6a10b-e5a1-4f91-b246-1874ec99c0aa
2021-12-02T03:02:44.243Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25a6a10b-e5a1-4f91-b246-1874ec99c0aa/model-vers/model-ver/624a100c-af38-4f75-a6d7-52b5094d8051?depth=0
2021-12-02T03:02:44.247Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T03:02:44.271Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a6a10b-e5a1-4f91-b246-1874ec99c0aa/model-vers/model-ver/624a100c-af38-4f75-a6d7-52b5094d8051?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]}
2021-12-02T03:02:44.271Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a6a10b-e5a1-4f91-b246-1874ec99c0aa/model-vers/model-ver/624a100c-af38-4f75-a6d7-52b5094d8051?depth=0|INFO|500||Invoke
2021-12-02T03:02:44.287Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a6a10b-e5a1-4f91-b246-1874ec99c0aa/model-vers/model-ver/624a100c-af38-4f75-a6d7-52b5094d8051?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T03:02:44.476Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a6a10b-e5a1-4f91-b246-1874ec99c0aa/model-vers/model-ver/624a100c-af38-4f75-a6d7-52b5094d8051?depth=0|INFO|500||InvokeReturn
2021-12-02T03:02:44.477Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a6a10b-e5a1-4f91-b246-1874ec99c0aa/model-vers/model-ver/624a100c-af38-4f75-a6d7-52b5094d8051?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211202-03:02:44:296-73195], vertex-id=[262216], Content-Length=[0], Date=[Thu, 02 Dec 2021 03:02:44 GMT], Content-Type=[application/json]}
2021-12-02T03:02:44.477Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T03:02:44.477Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T03:02:44.477Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T03:02:44.484Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T03:02:44.484Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93058d37-3d08-4eef-b402-7d272341671c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T03:02:44.484Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T03:02:44.485Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:44.486Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:44.487Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414164484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:02:44.587Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:44.588Z||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.
2021-12-02T03:02:44.588Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:44.600Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:44.601Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 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=?
2021-12-02T03:02:45.500Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T03:02:45.501Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ef642e0-b111-44e3-bbbe-7db775b6ca86","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fd6df939-49b6-40c1-9ac4-930330ef3f42","serviceDescription":"service","serviceInvariantUUID":"2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bbd4d485-efb4-421d-bd81-edd1f2217233","resourceInvariantUUID":"e4341617-f65d-42cb-9602-0731c63f230f","resourceCustomizationUUID":"2f4483c4-336f-41de-8bc4-9fdd35cb6a62","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":"NTYwZWFkOGEzNTRjMTk5YTE1MjQ2ZDllMGUwNzMxN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55be6908-4934-47f7-8385-54c635e5bb9f","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":"fcbdc55e-8d85-40d9-8753-9217fa88e4a6","artifactVersion":"2","generatedFromUUID":"30a598a6-e981-4664-a4a7-af76bd8d6752"},{"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":"30a598a6-e981-4664-a4a7-af76bd8d6752","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":"MGU4OThlNzQ1NTQzOGY2MGEzYmI5OWI1YjA4YmQ5YWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe6253cb-3d3e-4876-b172-1b6b2aaad027","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":"97c7d57d-ccbb-4a41-8f20-aa72dd051238","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":"bd627935-89d9-4b6d-9181-52f32c50e3eb","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":"ebf9f970-5665-4538-b354-8a6b9d50d8a5","artifactVersion":"2","generatedFromUUID":"97c7d57d-ccbb-4a41-8f20-aa72dd051238"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Nzg3OWQ5YjVkOGRiYzY1NTRiZGRmODZmMWJlMzA3M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"397f31c6-a756-4a42-b4d8-2686a6676dbd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjhlZjdmODBlZDc3NzU0NzNiZTBiZDQyZmQ1NTg1Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b5f51c1f-1fac-4d35-b400-6a0e6fb3fbbc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T03:02:45.501Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:45.502Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:45.504Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:45.504Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:45.605Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:45.606Z||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.
2021-12-02T03:02:45.606Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:45.615Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:45.615Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:46.504Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:46.506Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:46.508Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:46.508Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-02T03:02:46.608Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:46.609Z||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.
2021-12-02T03:02:46.610Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:46.622Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:46.623Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:47.509Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:47.510Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:47.511Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:47.511Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-02T03:02:47.612Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T03:02:47.612Z||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.
2021-12-02T03:02:47.612Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:47.619Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:47.619Z||pool-86-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2021-12-02T03:02:48.512Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:48.513Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:48.516Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:48.516Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:02:48.616Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:48.617Z||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.
2021-12-02T03:02:48.617Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:48.626Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:48.626Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:49.517Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:49.518Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:49.520Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:49.520Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:02:49.620Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:49.621Z||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.
2021-12-02T03:02:49.621Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:49.628Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:49.628Z||pool-88-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:50.521Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:50.522Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:50.524Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:50.524Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:50.625Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T03:02:50.626Z||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.
2021-12-02T03:02:50.626Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:50.633Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:50.634Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:51.525Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:51.526Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:51.528Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:51.528Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-02T03:02:51.629Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:51.630Z||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.
2021-12-02T03:02:51.630Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:51.638Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:51.638Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:52.529Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:52.530Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:52.532Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:52.532Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:02:52.633Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:52.634Z||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.
2021-12-02T03:02:52.634Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:52.642Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:52.642Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:53.533Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:02:53.534Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:53.536Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:53.537Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:02:53.637Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:53.638Z||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.
2021-12-02T03:02:53.638Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:53.645Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:53.646Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:54.538Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "fd6df939-49b6-40c1-9ac4-930330ef3f42",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2f4483c4-336f-41de-8bc4-9fdd35cb6a62",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bbd4d485-efb4-421d-bd81-edd1f2217233",
      "resourceInvariantUUID": "e4341617-f65d-42cb-9602-0731c63f230f",
      "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": "fcbdc55e-8d85-40d9-8753-9217fa88e4a6",
          "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": "30a598a6-e981-4664-a4a7-af76bd8d6752",
          "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": "MGU4OThlNzQ1NTQzOGY2MGEzYmI5OWI1YjA4YmQ5YWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fe6253cb-3d3e-4876-b172-1b6b2aaad027",
          "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": "97c7d57d-ccbb-4a41-8f20-aa72dd051238",
          "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": "ebf9f970-5665-4538-b354-8a6b9d50d8a5",
            "generatedFromUUID": "97c7d57d-ccbb-4a41-8f20-aa72dd051238"
          },
          "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": "ebf9f970-5665-4538-b354-8a6b9d50d8a5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjhlZjdmODBlZDc3NzU0NzNiZTBiZDQyZmQ1NTg1Nzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b5f51c1f-1fac-4d35-b400-6a0e6fb3fbbc"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T03:02:54.539Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T03:02:54.539Z|93058d37-3d08-4eef-b402-7d272341671c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fd6df939-49b6-40c1-9ac4-930330ef3f42 ASDC
2021-12-02T03:02:54.539Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0ef642e0-b111-44e3-bbbe-7db775b6ca86
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:fd6df939-49b6-40c1-9ac4-930330ef3f42
ServiceInvariantUUID:2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e
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:b5f51c1f-1fac-4d35-b400-6a0e6fb3fbbc
ArtifactChecksum:MjhlZjdmODBlZDc3NzU0NzNiZTBiZDQyZmQ1NTg1Nzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2f4483c4-336f-41de-8bc4-9fdd35cb6a62
ResourceInvariantUUID:e4341617-f65d-42cb-9602-0731c63f230f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:bbd4d485-efb4-421d-bd81-edd1f2217233
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:fcbdc55e-8d85-40d9-8753-9217fa88e4a6
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:30a598a6-e981-4664-a4a7-af76bd8d6752
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:fe6253cb-3d3e-4876-b172-1b6b2aaad027
ArtifactChecksum:MGU4OThlNzQ1NTQzOGY2MGEzYmI5OWI1YjA4YmQ5YWI=
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:97c7d57d-ccbb-4a41-8f20-aa72dd051238
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:ebf9f970-5665-4538-b354-8a6b9d50d8a5
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:ebf9f970-5665-4538-b354-8a6b9d50d8a5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T03:02:54.539Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd6df939-49b6-40c1-9ac4-930330ef3f42 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 (?, ?, ?, ?, ?)
2021-12-02T03:02:54.577Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:02:54.578Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:02:54.578Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:02:54.579Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b5f51c1f-1fac-4d35-b400-6a0e6fb3fbbc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-02T03:02:54.579Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:02:54.579Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-02T03:02:54.695Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:02:54.698Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b5f51c1f-1fac-4d35-b400-6a0e6fb3fbbc 68932
2021-12-02T03:02:54.699Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-12-02T03:02:54.699Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-02T03:02:54.699Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:02:54.699Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:54.700Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:54.701Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414174699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:54.801Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:54.802Z||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.
2021-12-02T03:02:54.802Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:54.808Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:54.809Z||pool-93-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:55.701Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:02:55.703Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:02:55.703Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b5f51c1f-1fac-4d35-b400-6a0e6fb3fbbc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T03:02:55.704Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-12-02T03:02:55.705Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T03:02:55.705Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T03:02:55.791Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9501865720813289683/Definitions/service-BasicCnf-template.yml
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:56.604Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.605Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=749cb712-f426-404c-b2b1-42c135b423b0
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.606Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:56.607Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:02:56.607Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:02:56.607Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:fd6df939-49b6-40c1-9ac4-930330ef3f42
Model Version:NULL
Model InvariantUuid:2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0939de85-9109-46bb-b926-8809864692e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4341617-f65d-42cb-9602-0731c63f230f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2f4483c4-336f-41de-8bc4-9fdd35cb6a62
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7afc10f4-8afd-47df-88f7-8a5ef93b82fd
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f32da729-b707-408b-a396-484deaeb6301
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:749cb712-f426-404c-b2b1-42c135b423b0
ModelInvariantUuid:94e2a2b8-b5e2-4a31-b2d9-8802d5d67136
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b016ef57-15c2-4fb8-8ed6-95606cf11c8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5b8d82b5-6240-440f-b2ae-871b37465eda
ModelInvariantUuid:8662f2eb-a2fe-4636-a85f-4f454d682b3e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:08446030-e73d-42d3-9349-b640af2182b9
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=?
2021-12-02T03:02:56.614Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bbd4d485-efb4-421d-bd81-edd1f2217233
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=?
2021-12-02T03:02:56.617Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-12-02T03:02:56.617Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bbd4d485-efb4-421d-bd81-edd1f2217233
2021-12-02T03:02:56.618Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcbdc55e-8d85-40d9-8753-9217fa88e4a6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-12-02T03:02:56.618Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:02:56.618Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:56.654Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:02:56.655Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fcbdc55e-8d85-40d9-8753-9217fa88e4a6 12
2021-12-02T03:02:56.655Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:56.655Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:56.655Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:02:56.655Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:56.657Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:56.658Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414176655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:56.758Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:56.759Z||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.
2021-12-02T03:02:56.759Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:56.767Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:56.768Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:57.658Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30a598a6-e981-4664-a4a7-af76bd8d6752 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-12-02T03:02:57.659Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:02:57.659Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:57.696Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:02:57.697Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 30a598a6-e981-4664-a4a7-af76bd8d6752 2688
2021-12-02T03:02:57.697Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:57.698Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:57.698Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:02:57.698Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:57.700Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:57.700Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414177697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:57.800Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:57.801Z||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.
2021-12-02T03:02:57.801Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:57.808Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:57.808Z||pool-95-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:02:58.703Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fe6253cb-3d3e-4876-b172-1b6b2aaad027 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-12-02T03:02:58.703Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:02:58.703Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:58.747Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:02:58.747Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json fe6253cb-3d3e-4876-b172-1b6b2aaad027 828
2021-12-02T03:02:58.747Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:58.748Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:58.748Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:02:58.748Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:58.750Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:58.750Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414178747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:02:58.851Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:02:58.851Z||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.
2021-12-02T03:02:58.852Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:02:58.860Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:02:58.860Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-12-02T03:02:59.751Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7afc10f4-8afd-47df-88f7-8a5ef93b82fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f32da729-b707-408b-a396-484deaeb6301",
    "vfModuleModelCustomizationUUID": "3d96c46c-daa9-4ff0-b046-05cec3cf5f60",
    "isBase": true,
    "artifacts": [
      "30a598a6-e981-4664-a4a7-af76bd8d6752",
      "97c7d57d-ccbb-4a41-8f20-aa72dd051238",
      "ebf9f970-5665-4538-b354-8a6b9d50d8a5"
    ],
    "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": ""
    }
  }
]
2021-12-02T03:02:59.754Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f32da729-b707-408b-a396-484deaeb6301
VfModuleModelInvariantUUID:7afc10f4-8afd-47df-88f7-8a5ef93b82fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
30a598a6-e981-4664-a4a7-af76bd8d6752
,
97c7d57d-ccbb-4a41-8f20-aa72dd051238
,
ebf9f970-5665-4538-b354-8a6b9d50d8a5

}
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


}

2021-12-02T03:02:59.755Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7afc10f4-8afd-47df-88f7-8a5ef93b82fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f32da729-b707-408b-a396-484deaeb6301",
    "vfModuleModelCustomizationUUID": "3d96c46c-daa9-4ff0-b046-05cec3cf5f60",
    "isBase": true,
    "artifacts": [
      "30a598a6-e981-4664-a4a7-af76bd8d6752",
      "97c7d57d-ccbb-4a41-8f20-aa72dd051238",
      "ebf9f970-5665-4538-b354-8a6b9d50d8a5"
    ],
    "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": ""
    }
  }
]
2021-12-02T03:02:59.755Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f32da729-b707-408b-a396-484deaeb6301
VfModuleModelInvariantUUID:7afc10f4-8afd-47df-88f7-8a5ef93b82fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
30a598a6-e981-4664-a4a7-af76bd8d6752
,
97c7d57d-ccbb-4a41-8f20-aa72dd051238
,
ebf9f970-5665-4538-b354-8a6b9d50d8a5

}
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


}

2021-12-02T03:02:59.755Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97c7d57d-ccbb-4a41-8f20-aa72dd051238 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-12-02T03:02:59.755Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:02:59.756Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-12-02T03:02:59.902Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:02:59.903Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 97c7d57d-ccbb-4a41-8f20-aa72dd051238 1164
2021-12-02T03:02:59.903Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:59.903Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:02:59.903Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:02:59.903Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:02:59.906Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:02:59.906Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:03:00.006Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:03:00.007Z||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.
2021-12-02T03:03:00.007Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:03:00.014Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:00.015Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:03:00.906Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ebf9f970-5665-4538-b354-8a6b9d50d8a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-12-02T03:03:00.906Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:03:00.907Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-12-02T03:03:01.080Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:03:01.080Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ebf9f970-5665-4538-b354-8a6b9d50d8a5 200
2021-12-02T03:03:01.080Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:01.080Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:01.080Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:03:01.081Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:03:01.083Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:03:01.083Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414181080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:03:01.183Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T03:03:01.185Z||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.
2021-12-02T03:03:01.185Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:03:01.193Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:01.194Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:03:02.084Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fd6df939-49b6-40c1-9ac4-930330ef3f42
2021-12-02T03:03:02.085Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bbd4d485-efb4-421d-bd81-edd1f2217233 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=?
2021-12-02T03:03:02.098Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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=?
2021-12-02T03:03:02.105Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f9b419c, org.onap.sdc.toscaparser.api.parameters.Input@7d60dc65, org.onap.sdc.toscaparser.api.parameters.Input@6c89f484, org.onap.sdc.toscaparser.api.parameters.Input@79367fc7, org.onap.sdc.toscaparser.api.parameters.Input@7ca456dc]
2021-12-02T03:03:02.106Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.106Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:03:02.107Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-02T03:03:02.107Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2f4483c4-336f-41de-8bc4-9fdd35cb6a62
2021-12-02T03:03:02.107Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f4483c4-336f-41de-8bc4-9fdd35cb6a62 matches Tosca VF Customization UUID: 2f4483c4-336f-41de-8bc4-9fdd35cb6a62
2021-12-02T03:03:02.107Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2f4483c4-336f-41de-8bc4-9fdd35cb6a62  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=?
2021-12-02T03:03:02.109Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.109Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:03:02.109Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2f4483c4-336f-41de-8bc4-9fdd35cb6a62: {\"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\"}
2021-12-02T03:03:02.110Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ed05c78
2021-12-02T03:03:02.110Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.110Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T03:03:02.110Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d96c46c-daa9-4ff0-b046-05cec3cf5f60
2021-12-02T03:03:02.110Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d96c46c-daa9-4ff0-b046-05cec3cf5f60
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=?
2021-12-02T03:03:02.112Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.112Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:03:02.112Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:03:02.112Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.112Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:03:02.112Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:03:02.113Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.113Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-12-02T03:03:02.113Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-12-02T03:03:02.113Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=749cb712-f426-404c-b2b1-42c135b423b0
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=?
2021-12-02T03:03:02.114Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.115Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:03:02.115Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:03:02.115Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.115Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-12-02T03:03:02.115Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2f4483c4-336f-41de-8bc4-9fdd35cb6a62
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=?
2021-12-02T03:03:02.116Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.117Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:03:02.117Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fd6df939-49b6-40c1-9ac4-930330ef3f42: basic_cnf
2021-12-02T03:03:02.117Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.117Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:03:02.117Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.117Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:03:02.117Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.118Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:03:02.118Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.118Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:03:02.118Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:03:02.118Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:03:02.118Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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 (?, ?, ?, ?, ?)
2021-12-02T03:03:02.171Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf bbd4d485-efb4-421d-bd81-edd1f2217233 1 ASDC deployResourceStructure
2021-12-02T03:03:02.172Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:02.172Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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)
2021-12-02T03:03:02.172Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-12-02T03:03:02.172Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:03:02.174Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:03:02.175Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414182171,
  "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"
}
2021-12-02T03:03:02.275Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:03:02.275Z||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.
2021-12-02T03:03:02.275Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:03:02.283Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:02.283Z||pool-99-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:03:03.175Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:03.175Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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)
2021-12-02T03:03:03.176Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-12-02T03:03:03.176Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:03:03.178Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:03:03.178Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414183175,
  "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"
}
2021-12-02T03:03:03.278Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:03:03.279Z||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.
2021-12-02T03:03:03.279Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:03:03.287Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:03.287Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:03:04.178Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:04.179Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:04.179Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:03:04.179Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:03:04.181Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:03:04.181Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414184178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:03:04.282Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T03:03:04.282Z||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.
2021-12-02T03:03:04.282Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:03:04.290Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:04.290Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-12-02T03:03:05.182Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:05.183Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:05.183Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:03:05.184Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:03:05.185Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:03:05.185Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414185182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T03:03:05.286Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T03:03:05.287Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:03:05.287Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:03:05.295Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:05.296Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:03:06.186Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:06.187Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||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
2021-12-02T03:03:06.187Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:03:06.187Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:03:06.189Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:03:06.189Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414186186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-12-02T03:03:06.290Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:03:06.290Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:03:06.290Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:03:06.298Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:06.298Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:03:07.190Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-12-02T03:03:07.191Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-12-02T03:03:07.191Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:03:07.191Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:03:07.194Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:03:07.194Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414187190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:03:07.294Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:03:07.295Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:03:07.295Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:03:07.302Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:07.303Z||pool-104-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:03:08.195Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:03:08.204Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86
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=?
2021-12-02T03:03:08.206Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:03:08.206Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T03:03:08.206Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T03:03:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:03:26.301Z||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.
2021-12-02T03:03:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:03:26.319Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:03:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:03:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:03:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:03:38.207Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:03:38.217Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86
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=?
2021-12-02T03:03:38.220Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:03:38.220Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T03:03:38.220Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T03:04:08.221Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:04:08.231Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86
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=?
2021-12-02T03:04:08.234Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:04:08.234Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T03:04:08.234Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T03:04:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:04:26.301Z||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.
2021-12-02T03:04:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:04:26.315Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:04:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414086256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "cds",
  "timestamp": 1638414086973,
  "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=?
2021-12-02T03:04:26.332Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ef642e0-b111-44e3-bbbe-7db775b6ca86
2021-12-02T03:04:26.333Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ef642e0-b111-44e3-bbbe-7db775b6ca86 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414087390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414079548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414088484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414089487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414090492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414082611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414091497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414083691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414092783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414084421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414093625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414093787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414094384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414094586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "policy-id",
  "timestamp": 1638414094789,
  "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=?
2021-12-02T03:04:26.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ef642e0-b111-44e3-bbbe-7db775b6ca86
2021-12-02T03:04:26.359Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ef642e0-b111-44e3-bbbe-7db775b6ca86 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414095073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "aai-ml",
  "timestamp": 1638414095590,
  "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=?
2021-12-02T03:04:26.373Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ef642e0-b111-44e3-bbbe-7db775b6ca86
2021-12-02T03:04:26.373Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ef642e0-b111-44e3-bbbe-7db775b6ca86 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414096192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414096357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414088099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414097237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414097361,
  "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=?
2021-12-02T03:04:26.388Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ef642e0-b111-44e3-bbbe-7db775b6ca86
2021-12-02T03:04:26.388Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ef642e0-b111-44e3-bbbe-7db775b6ca86 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414098287,
  "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=?
2021-12-02T03:04:26.403Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ef642e0-b111-44e3-bbbe-7db775b6ca86
2021-12-02T03:04:26.403Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ef642e0-b111-44e3-bbbe-7db775b6ca86 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=?
2021-12-02T03:04:26.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414099290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414103561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414105568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "clamp",
  "timestamp": 1638414106571,
  "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=?
2021-12-02T03:04:26.420Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ef642e0-b111-44e3-bbbe-7db775b6ca86
2021-12-02T03:04:26.420Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ef642e0-b111-44e3-bbbe-7db775b6ca86 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414113233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414114421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "dcae-sch",
  "timestamp": 1638414115434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414113233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414114421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "dcae-sch",
  "timestamp": 1638414115434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414113233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414114421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "dcae-sch",
  "timestamp": 1638414115434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414118099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414113233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414114421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "dcae-sch",
  "timestamp": 1638414115434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414113233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414114421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414118099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "dcae-sch",
  "timestamp": 1638414115434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414119548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414113233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414118099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414114421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "dcae-sch",
  "timestamp": 1638414115434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414119548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414113233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414118099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414114421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "dcae-sch",
  "timestamp": 1638414115434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414119548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414113233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414118099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414114421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f89ab037-4e47-416a-accc-1724502f4c5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414122813,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "dcae-sch",
  "timestamp": 1638414115434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414119548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414122611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.433Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414123978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414118099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414123899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414119548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414122611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414123691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414118099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414119548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414122611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414123691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414118099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414125999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "cds",
  "timestamp": 1638414126016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T03:04:26.448Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc5e0cad-7b36-41f9-891c-5c8c563ef528
2021-12-02T03:04:26.448Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc5e0cad-7b36-41f9-891c-5c8c563ef528 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414119548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414122611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414123691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414127002,
  "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=?
2021-12-02T03:04:26.461Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc5e0cad-7b36-41f9-891c-5c8c563ef528
2021-12-02T03:04:26.461Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc5e0cad-7b36-41f9-891c-5c8c563ef528 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414119548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414122611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414123691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414122611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414123691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414122611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414123691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414122611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414123691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414123691,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414131734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414131824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414131611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414132671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414132827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414133210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414131611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "policy-id",
  "timestamp": 1638414133829,
  "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=?
2021-12-02T03:04:26.475Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc5e0cad-7b36-41f9-891c-5c8c563ef528
2021-12-02T03:04:26.475Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc5e0cad-7b36-41f9-891c-5c8c563ef528 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414133980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414131611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414135087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414131611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414136108,
  "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=?
2021-12-02T03:04:26.486Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc5e0cad-7b36-41f9-891c-5c8c563ef528
2021-12-02T03:04:26.486Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc5e0cad-7b36-41f9-891c-5c8c563ef528 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=?
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414131611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414136564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414137111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414131611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414131611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414131611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414139568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414140399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "clamp",
  "timestamp": 1638414140573,
  "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=?
2021-12-02T03:04:26.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc5e0cad-7b36-41f9-891c-5c8c563ef528
2021-12-02T03:04:26.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc5e0cad-7b36-41f9-891c-5c8c563ef528 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 (?, ?, ?, ?, ?)
2021-12-02T03:04:26.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:04:26.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414145917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:04:26.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:04:38.235Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:04:38.246Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86
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=?
2021-12-02T03:04:38.250Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:04:38.250Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T03:04:38.250Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T03:04:38.250Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T03:04:38.251Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:04:38.251Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:04:38.251Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:04:38.251Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:04:38.251Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:04:38.251Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:04:38.251Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T03:04:38.257Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T03:05:08.257Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86 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=?
2021-12-02T03:05:08.264Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ef642e0-b111-44e3-bbbe-7db775b6ca86 and serviceModelVersionId: fd6df939-49b6-40c1-9ac4-930330ef3f42
2021-12-02T03:05:08.264Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e
2021-12-02T03:05:08.265Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?depth=0
2021-12-02T03:05:08.271Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T03:05:08.299Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?depth=0|INFO|500||Invoke
2021-12-02T03:05:08.299Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ef642e0-b111-44e3-bbbe-7db775b6ca86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[002343c2-719c-43d9-bc19-4bc87e49a3a5], X-ECOMP-RequestID=[0ef642e0-b111-44e3-bbbe-7db775b6ca86], X-TransactionId=[], X-ONAP-RequestID=[0ef642e0-b111-44e3-bbbe-7db775b6ca86], Content-Type=[application/merge-patch+json]}
2021-12-02T03:05:08.315Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T03:05:08.785Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?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/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211202-03:05:08:323-37413], vertex-id=[225392], Content-Length=[0], Date=[Thu, 02 Dec 2021 03:05:08 GMT], Content-Type=[application/json]}
2021-12-02T03:05:08.786Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T03:05:08.786Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f4705ba-fd0a-4efb-ae3c-65d1e5aa5e4e/model-vers/model-ver/fd6df939-49b6-40c1-9ac4-930330ef3f42?depth=0|INFO|500||InvokeReturn
2021-12-02T03:05:08.787Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T03:05:08.787Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T03:05:08.791Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T03:05:08.792Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ef642e0-b111-44e3-bbbe-7db775b6ca86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T03:05:08.792Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T03:05:08.792Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:08.793Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:08.793Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414308792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:05:08.894Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:08.894Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:08.895Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:08.904Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:08.904Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 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=?
2021-12-02T03:05:09.807Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T03:05:09.807Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc5e0cad-7b36-41f9-891c-5c8c563ef528","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"906a77c4-9e25-49de-a2b8-621f1d74cdf3","serviceDescription":"service","serviceInvariantUUID":"73f2b991-cd20-4697-be38-c66527bacdd4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93fbc822-e657-46cf-bed2-005772ef6a25","resourceInvariantUUID":"6fb12843-efce-4a8d-b6f9-9d3149f57238","resourceCustomizationUUID":"fbf35d7d-82aa-46ed-89c9-302c3c20ec20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZWZkOTYyYTk4Y2Y0ZjQ4MTkyMTA1NjAxMTU2MTQxODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5752dc0-554b-47d8-955e-dd552f721fcc","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZGM2NjNkYjBkMWZlNWMyMjg1NjM5ODBkNjYyMWQ1MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4d016b7-d059-4ab7-90ed-f9f3ae33fecd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd841d25-b825-4723-a7c9-131ee21be6bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6f5ff19-387a-4e6f-8d26-6913e66f227b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6bcb20db-e601-429d-badb-4de00fe79106","artifactVersion":"2","generatedFromUUID":"dd841d25-b825-4723-a7c9-131ee21be6bb"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZDM4NzM1MTYzNGU0YzZjNzNkNDFhNGU2MzQ3ZjFiMjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ac386152-22ec-4fa9-ab49-be973fa7ae22","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NTA2MTFkMDliOThlY2I1N2E0MzIwNDBlYzA4MmI0YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3210ba3e-cf31-4ebd-a094-710e6cba4281","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTE5NTI4MGJiZDcyYWIwNjA3NzA5YzE3YWQyMjMxNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bd3571a-56c4-42ba-99e5-6641e5cbe904","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T03:05:09.808Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:05:09.808Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:09.809Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:09.810Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:05:09.910Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T03:05:09.910Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:09.911Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:09.918Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:09.918Z||pool-106-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:10.810Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:05:10.811Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:10.813Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:10.814Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:05:10.914Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:10.914Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:10.915Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:10.924Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:10.924Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:11.814Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:05:11.815Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:11.818Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:11.818Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:05:11.918Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:11.919Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:11.919Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:11.926Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:11.926Z||pool-108-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:12.818Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:05:12.819Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:12.820Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:12.821Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:05:12.921Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:12.921Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:12.922Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:12.929Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:12.929Z||pool-109-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-12-02T03:05:13.821Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:05:13.822Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:13.824Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:13.825Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T03:05:13.925Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:13.925Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:13.926Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:13.933Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:13.933Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:14.825Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:05:14.826Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:14.829Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:14.829Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:05:14.929Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:14.930Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:14.930Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:14.938Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:14.939Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:15.829Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:05:15.830Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:15.832Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:15.833Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:05:15.933Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:15.934Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:15.934Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:15.943Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:15.943Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:16.833Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:05:16.834Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:16.836Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:16.836Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:05:16.936Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:16.937Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:16.937Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:16.943Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:16.944Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:17.838Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "906a77c4-9e25-49de-a2b8-621f1d74cdf3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "73f2b991-cd20-4697-be38-c66527bacdd4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "fbf35d7d-82aa-46ed-89c9-302c3c20ec20",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "93fbc822-e657-46cf-bed2-005772ef6a25",
      "resourceInvariantUUID": "6fb12843-efce-4a8d-b6f9-9d3149f57238",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZGM2NjNkYjBkMWZlNWMyMjg1NjM5ODBkNjYyMWQ1MTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d4d016b7-d059-4ab7-90ed-f9f3ae33fecd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dd841d25-b825-4723-a7c9-131ee21be6bb",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6bcb20db-e601-429d-badb-4de00fe79106",
            "generatedFromUUID": "dd841d25-b825-4723-a7c9-131ee21be6bb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6bcb20db-e601-429d-badb-4de00fe79106",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTE5NTI4MGJiZDcyYWIwNjA3NzA5YzE3YWQyMjMxNWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0bd3571a-56c4-42ba-99e5-6641e5cbe904"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T03:05:17.838Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T03:05:17.838Z|0ef642e0-b111-44e3-bbbe-7db775b6ca86|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 906a77c4-9e25-49de-a2b8-621f1d74cdf3 ASDC
2021-12-02T03:05:17.839Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:fc5e0cad-7b36-41f9-891c-5c8c563ef528
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:906a77c4-9e25-49de-a2b8-621f1d74cdf3
ServiceInvariantUUID:73f2b991-cd20-4697-be38-c66527bacdd4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:0bd3571a-56c4-42ba-99e5-6641e5cbe904
ArtifactChecksum:MTE5NTI4MGJiZDcyYWIwNjA3NzA5YzE3YWQyMjMxNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:fbf35d7d-82aa-46ed-89c9-302c3c20ec20
ResourceInvariantUUID:6fb12843-efce-4a8d-b6f9-9d3149f57238
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:93fbc822-e657-46cf-bed2-005772ef6a25
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:d4d016b7-d059-4ab7-90ed-f9f3ae33fecd
ArtifactChecksum:ZGM2NjNkYjBkMWZlNWMyMjg1NjM5ODBkNjYyMWQ1MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:dd841d25-b825-4723-a7c9-131ee21be6bb
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:6bcb20db-e601-429d-badb-4de00fe79106
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:6bcb20db-e601-429d-badb-4de00fe79106
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-12-02T03:05:17.839Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 906a77c4-9e25-49de-a2b8-621f1d74cdf3 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=?
2021-12-02T03:05:17.872Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:05:17.873Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:05:17.873Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:05:17.873Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0bd3571a-56c4-42ba-99e5-6641e5cbe904 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-02T03:05:17.873Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:05:17.873Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-02T03:05:17.971Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:05:17.974Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0bd3571a-56c4-42ba-99e5-6641e5cbe904 78791
2021-12-02T03:05:17.974Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-02T03:05:17.974Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-02T03:05:17.974Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:05:17.975Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:17.976Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:17.976Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414317974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:18.076Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:18.076Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:18.077Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:18.083Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:18.084Z||pool-114-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:18.976Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:05:18.977Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:05:18.978Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0bd3571a-56c4-42ba-99e5-6641e5cbe904, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:18.978Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-12-02T03:05:18.978Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:18.978Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.053Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9854715784670675738/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:05:19.865Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:05:19.866Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.867Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:19.867Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.867Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-02T03:05:19.867Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-12-02T03:05:19.867Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-12-02T03:05:19.867Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-12-02T03:05:19.867Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T03:05:19.867Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:05:19.868Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f46dc9e-0680-4b37-99e4-6d144239907c
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:19.869Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:19.870Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:19.870Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:906a77c4-9e25-49de-a2b8-621f1d74cdf3
Model Version:NULL
Model InvariantUuid:73f2b991-cd20-4697-be38-c66527bacdd4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a389919d-2035-4709-b8bc-fcadca38d203
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6fb12843-efce-4a8d-b6f9-9d3149f57238
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fbf35d7d-82aa-46ed-89c9-302c3c20ec20
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:11289831-807f-4c01-975a-7a8e9178f595
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:42aaa5f1-c885-47bf-bd35-441e7adeb347
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0f46dc9e-0680-4b37-99e4-6d144239907c
ModelInvariantUuid:a698c877-6714-4d9b-b2b4-a0d5f69a1c36
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:22c5182e-e8f0-41c7-a763-6d44cc891c83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:6d25ccb5-46e4-417c-bf6c-0c045dd092f9
ModelInvariantUuid:0a102ff4-b2d9-4796-95f5-d0559fc7c223
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8b8fcdd1-cb13-45d7-9a5a-b368f058c8b3
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=?
2021-12-02T03:05:19.878Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 93fbc822-e657-46cf-bed2-005772ef6a25
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=?
2021-12-02T03:05:19.881Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2021-12-02T03:05:19.881Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93fbc822-e657-46cf-bed2-005772ef6a25
2021-12-02T03:05:19.881Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d4d016b7-d059-4ab7-90ed-f9f3ae33fecd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-12-02T03:05:19.881Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:05:19.881Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-12-02T03:05:20.000Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:05:20.000Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d4d016b7-d059-4ab7-90ed-f9f3ae33fecd 792
2021-12-02T03:05:20.000Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-12-02T03:05:20.000Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-12-02T03:05:20.000Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:05:20.001Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:20.003Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:20.003Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414320000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:20.103Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:20.104Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:20.104Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:20.111Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:20.112Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:21.003Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11289831-807f-4c01-975a-7a8e9178f595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42aaa5f1-c885-47bf-bd35-441e7adeb347",
    "vfModuleModelCustomizationUUID": "5b832255-b592-4ab7-909d-d7819e9c3980",
    "isBase": true,
    "artifacts": [
      "dd841d25-b825-4723-a7c9-131ee21be6bb",
      "6bcb20db-e601-429d-badb-4de00fe79106"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-12-02T03:05:21.008Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42aaa5f1-c885-47bf-bd35-441e7adeb347
VfModuleModelInvariantUUID:11289831-807f-4c01-975a-7a8e9178f595
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd841d25-b825-4723-a7c9-131ee21be6bb
,
6bcb20db-e601-429d-badb-4de00fe79106

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

isBase:true


}

2021-12-02T03:05:21.010Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "11289831-807f-4c01-975a-7a8e9178f595",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42aaa5f1-c885-47bf-bd35-441e7adeb347",
    "vfModuleModelCustomizationUUID": "5b832255-b592-4ab7-909d-d7819e9c3980",
    "isBase": true,
    "artifacts": [
      "dd841d25-b825-4723-a7c9-131ee21be6bb",
      "6bcb20db-e601-429d-badb-4de00fe79106"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-12-02T03:05:21.011Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42aaa5f1-c885-47bf-bd35-441e7adeb347
VfModuleModelInvariantUUID:11289831-807f-4c01-975a-7a8e9178f595
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd841d25-b825-4723-a7c9-131ee21be6bb
,
6bcb20db-e601-429d-badb-4de00fe79106

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

isBase:true


}

2021-12-02T03:05:21.011Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dd841d25-b825-4723-a7c9-131ee21be6bb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-12-02T03:05:21.011Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:05:21.011Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-12-02T03:05:21.180Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:05:21.180Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml dd841d25-b825-4723-a7c9-131ee21be6bb 5033
2021-12-02T03:05:21.181Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-02T03:05:21.181Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-12-02T03:05:21.181Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:05:21.181Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:21.184Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:21.184Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414321181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:21.284Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:21.286Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:21.286Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:21.293Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:21.294Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:22.185Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6bcb20db-e601-429d-badb-4de00fe79106 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-12-02T03:05:22.186Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:05:22.186Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-12-02T03:05:22.382Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:05:22.382Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6bcb20db-e601-429d-badb-4de00fe79106 903
2021-12-02T03:05:22.383Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-02T03:05:22.383Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-12-02T03:05:22.383Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:05:22.383Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:22.384Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:22.384Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414322382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:22.484Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:22.485Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:22.485Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:22.492Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:22.492Z||pool-117-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:23.385Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 906a77c4-9e25-49de-a2b8-621f1d74cdf3
2021-12-02T03:05:23.385Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 93fbc822-e657-46cf-bed2-005772ef6a25 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=?
2021-12-02T03:05:23.404Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c1ce2fa, org.onap.sdc.toscaparser.api.parameters.Input@6c985d7c, org.onap.sdc.toscaparser.api.parameters.Input@563b5b86, org.onap.sdc.toscaparser.api.parameters.Input@7f82298b, org.onap.sdc.toscaparser.api.parameters.Input@34421fb3]
2021-12-02T03:05:23.405Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.405Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:23.405Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-12-02T03:05:23.405Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fbf35d7d-82aa-46ed-89c9-302c3c20ec20
2021-12-02T03:05:23.405Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fbf35d7d-82aa-46ed-89c9-302c3c20ec20 matches Tosca VF Customization UUID: fbf35d7d-82aa-46ed-89c9-302c3c20ec20
2021-12-02T03:05:23.405Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fbf35d7d-82aa-46ed-89c9-302c3c20ec20  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=?
2021-12-02T03:05:23.407Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.408Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:23.408Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fbf35d7d-82aa-46ed-89c9-302c3c20ec20: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-12-02T03:05:23.408Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78d4e560
2021-12-02T03:05:23.408Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.408Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-12-02T03:05:23.408Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5b832255-b592-4ab7-909d-d7819e9c3980
2021-12-02T03:05:23.408Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5b832255-b592-4ab7-909d-d7819e9c3980
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=?
2021-12-02T03:05:23.410Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-12-02T03:05:23.411Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f46dc9e-0680-4b37-99e4-6d144239907c
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=?
2021-12-02T03:05:23.413Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.413Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:23.414Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-12-02T03:05:23.414Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.414Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-12-02T03:05:23.414Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fbf35d7d-82aa-46ed-89c9-302c3c20ec20
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=?
2021-12-02T03:05:23.416Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.416Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:23.416Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 906a77c4-9e25-49de-a2b8-621f1d74cdf3: basic_vm_macro
2021-12-02T03:05:23.416Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.416Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:23.417Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.417Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:23.417Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.417Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:23.417Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.417Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:23.417Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:05:23.417Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:05:23.418Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-12-02T03:05:23.482Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 93fbc822-e657-46cf-bed2-005772ef6a25 1 ASDC deployResourceStructure
2021-12-02T03:05:23.482Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-12-02T03:05:23.482Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-12-02T03:05:23.482Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:05:23.482Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:23.484Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:23.484Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414323482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:05:23.584Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:23.585Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:23.585Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:23.593Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:23.593Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:24.485Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-12-02T03:05:24.485Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-12-02T03:05:24.486Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:05:24.486Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:24.488Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:24.488Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414324485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T03:05:24.588Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:24.590Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:24.590Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:24.598Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:24.598Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:25.489Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-12-02T03:05:25.490Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-12-02T03:05:25.490Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:05:25.490Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:25.492Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:25.492Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414325489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-02T03:05:25.592Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:25.592Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:25.593Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:25.599Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:25.600Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-12-02T03:05:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:05:26.301Z||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.
2021-12-02T03:05:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:05:26.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:26.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "aai-ml",
  "timestamp": 1638414146921,
  "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=?
2021-12-02T03:05:26.326Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc5e0cad-7b36-41f9-891c-5c8c563ef528
2021-12-02T03:05:26.327Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc5e0cad-7b36-41f9-891c-5c8c563ef528 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 (?, ?, ?, ?, ?)
2021-12-02T03:05:26.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93058d37-3d08-4eef-b402-7d272341671c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414164484,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:05:26.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:05:26.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-12-02T03:05:26.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414174699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414176655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414177697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414178747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414179903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414181080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:05:26.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414182171,
  "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"
}
2021-12-02T03:05:26.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414183175,
  "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"
}
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414184178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414185182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414186186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414187190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:05:26.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:05:26.492Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-12-02T03:05:26.493Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-12-02T03:05:26.493Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:05:26.493Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:26.494Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:26.494Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:05:26.595Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:05:26.596Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:26.596Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:26.604Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:26.605Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:05:27.495Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc5e0cad-7b36-41f9-891c-5c8c563ef528
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:05:27.506Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc5e0cad-7b36-41f9-891c-5c8c563ef528
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=?
2021-12-02T03:05:27.509Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:05:27.509Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T03:05:27.509Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T03:05:27.510Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T03:05:27.510Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:05:27.510Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:05:27.510Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:05:27.510Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:05:27.510Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:05:27.510Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:05:27.510Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T03:05:27.515Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T03:05:57.515Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc5e0cad-7b36-41f9-891c-5c8c563ef528 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=?
2021-12-02T03:05:57.520Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc5e0cad-7b36-41f9-891c-5c8c563ef528 and serviceModelVersionId: 906a77c4-9e25-49de-a2b8-621f1d74cdf3
2021-12-02T03:05:57.520Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73f2b991-cd20-4697-be38-c66527bacdd4
2021-12-02T03:05:57.521Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73f2b991-cd20-4697-be38-c66527bacdd4/model-vers/model-ver/906a77c4-9e25-49de-a2b8-621f1d74cdf3?depth=0
2021-12-02T03:05:57.524Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T03:05:57.550Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f2b991-cd20-4697-be38-c66527bacdd4/model-vers/model-ver/906a77c4-9e25-49de-a2b8-621f1d74cdf3?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]}
2021-12-02T03:05:57.551Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f2b991-cd20-4697-be38-c66527bacdd4/model-vers/model-ver/906a77c4-9e25-49de-a2b8-621f1d74cdf3?depth=0|INFO|500||Invoke
2021-12-02T03:05:57.573Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f2b991-cd20-4697-be38-c66527bacdd4/model-vers/model-ver/906a77c4-9e25-49de-a2b8-621f1d74cdf3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T03:05:57.665Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f2b991-cd20-4697-be38-c66527bacdd4/model-vers/model-ver/906a77c4-9e25-49de-a2b8-621f1d74cdf3?depth=0|INFO|500||InvokeReturn
2021-12-02T03:05:57.665Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f2b991-cd20-4697-be38-c66527bacdd4/model-vers/model-ver/906a77c4-9e25-49de-a2b8-621f1d74cdf3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211202-03:05:57:582-25042], vertex-id=[286840], Content-Length=[0], Date=[Thu, 02 Dec 2021 03:05:57 GMT], Content-Type=[application/json]}
2021-12-02T03:05:57.665Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-12-02T03:05:57.666Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T03:05:57.666Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T03:05:57.671Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T03:05:57.671Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc5e0cad-7b36-41f9-891c-5c8c563ef528 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T03:05:57.671Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T03:05:57.672Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:05:57.673Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:05:57.673Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414357671,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:05:57.774Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T03:05:57.774Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:05:57.775Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:05:57.786Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:05:57.787Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 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=?
2021-12-02T03:05:58.747Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:05:58.748Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:05:58.748Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:03.119Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:03.119Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-12-02T03:06:03.120Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c25799d4-4491-4c09-bdbc-e9036b084350","serviceDescription":"service","serviceInvariantUUID":"f89afe85-6217-45a3-8d9a-5304da927277","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30ed5652-8cd3-48cf-b311-63031a5b713a","resourceInvariantUUID":"8397e1ce-5bc1-40c8-a65f-fcad1a604312","resourceCustomizationUUID":"aaa5d7e7-8bc6-4aae-aee5-ed6b6d9a0242","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":"MGNiZDJkNDRhMzZiYTdjZGRhOTdiMjkxNTkzY2FlYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"836dd462-6f8b-418e-9d10-c12479c22f82","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":"d402c421-024c-4824-949c-d7a650fc0262","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":"4d67ea36-81dc-43bb-acd0-1b9eefb67e93","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":"MTJmOWE3MGM1OTY0MTVmZGUxNGZlZmMyOTExODIwOTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"61137033-9030-4e29-bbf5-a8255771b174","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":"d04b843a-3c7b-4acc-b7da-956409975a2c","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":"d5daafd1-cfd4-4abc-83c9-7d1fde2b7d4f","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":"977c44b9-573d-47e4-bbc0-9976d2ab5b96","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":"NjlkYWY1NDMxZmQ5YTc5NjllODkzNGYwZDFiMDVjMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7942262b-2f5d-4dc1-a9b5-10f1ea94373b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmFhNTI0YTNiM2MwNjA2NTYyOWQwN2U5MDNiZTIxZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f53c67b2-5d69-48e7-9c94-bd5b79c762b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-12-02T03:06:03.121Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:03.121Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:03.122Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:03.122Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:03.223Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T03:06:03.223Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:03.224Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:03.230Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:03.231Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:04.123Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:04.124Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:04.126Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:04.127Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:04.227Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:06:04.228Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:04.228Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:04.236Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:04.237Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:05.128Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:05.129Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:05.130Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:05.130Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:05.231Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T03:06:05.231Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:05.231Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:05.239Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:05.239Z||pool-125-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:06.132Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:06.132Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:06.135Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:06.135Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:06.235Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:06:06.236Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:06.236Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:06.243Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:06.243Z||pool-126-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:07.135Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:07.136Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:07.139Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:07.139Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:07.239Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:06:07.240Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:07.240Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:07.248Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:07.248Z||pool-127-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:08.140Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:08.140Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:08.143Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:08.143Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:08.243Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:06:08.244Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:08.244Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:08.251Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:08.252Z||pool-128-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:09.144Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:09.146Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:09.147Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:09.147Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:09.248Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-12-02T03:06:09.249Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:09.249Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:09.255Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:09.256Z||pool-129-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:10.148Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:10.149Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:10.151Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:10.151Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:10.251Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:06:10.252Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:10.252Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:10.259Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:10.260Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:11.152Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-12-02T03:06:11.152Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:11.154Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:11.154Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:06:11.254Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T03:06:11.255Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:11.256Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:11.263Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:11.264Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:12.155Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c25799d4-4491-4c09-bdbc-e9036b084350",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f89afe85-6217-45a3-8d9a-5304da927277",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "aaa5d7e7-8bc6-4aae-aee5-ed6b6d9a0242",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "30ed5652-8cd3-48cf-b311-63031a5b713a",
      "resourceInvariantUUID": "8397e1ce-5bc1-40c8-a65f-fcad1a604312",
      "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": "MmFhNTI0YTNiM2MwNjA2NTYyOWQwN2U5MDNiZTIxZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f53c67b2-5d69-48e7-9c94-bd5b79c762b3"
    }
  ],
  "workloadContext": "Production"
}
2021-12-02T03:06:12.156Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-12-02T03:06:12.156Z|fc5e0cad-7b36-41f9-891c-5c8c563ef528|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c25799d4-4491-4c09-bdbc-e9036b084350 ASDC
2021-12-02T03:06:12.156Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c25799d4-4491-4c09-bdbc-e9036b084350
ServiceInvariantUUID:f89afe85-6217-45a3-8d9a-5304da927277
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:f53c67b2-5d69-48e7-9c94-bd5b79c762b3
ArtifactChecksum:MmFhNTI0YTNiM2MwNjA2NTYyOWQwN2U5MDNiZTIxZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:aaa5d7e7-8bc6-4aae-aee5-ed6b6d9a0242
ResourceInvariantUUID:8397e1ce-5bc1-40c8-a65f-fcad1a604312
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:30ed5652-8cd3-48cf-b311-63031a5b713a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-12-02T03:06:12.156Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c25799d4-4491-4c09-bdbc-e9036b084350 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 (?, ?, ?, ?, ?)
2021-12-02T03:06:12.235Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:06:12.236Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:06:12.236Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:06:12.236Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f53c67b2-5d69-48e7-9c94-bd5b79c762b3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-02T03:06:12.236Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-12-02T03:06:12.237Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-02T03:06:12.579Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-12-02T03:06:12.586Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f53c67b2-5d69-48e7-9c94-bd5b79c762b3 105645
2021-12-02T03:06:12.586Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-12-02T03:06:12.587Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-02T03:06:12.587Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-12-02T03:06:12.587Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:12.589Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:12.589Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414372586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:12.689Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:06:12.690Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:12.690Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:12.697Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:12.698Z||pool-132-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:13.590Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-12-02T03:06:13.591Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-12-02T03:06:13.591Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f53c67b2-5d69-48e7-9c94-bd5b79c762b3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:13.592Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-12-02T03:06:13.592Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:13.592Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:13.669Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16000957024618733455/Definitions/service-TestPnfMacro-template.yml
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.201Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.202Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.203Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.203Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c25799d4-4491-4c09-bdbc-e9036b084350
Model Version:NULL
Model InvariantUuid:f89afe85-6217-45a3-8d9a-5304da927277
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=?
2021-12-02T03:06:14.211Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 30ed5652-8cd3-48cf-b311-63031a5b713a
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=?
2021-12-02T03:06:14.213Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||test-pnf 0
2021-12-02T03:06:14.214Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 30ed5652-8cd3-48cf-b311-63031a5b713a
2021-12-02T03:06:14.214Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c25799d4-4491-4c09-bdbc-e9036b084350
2021-12-02T03:06:14.214Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c25799d4-4491-4c09-bdbc-e9036b084350
2021-12-02T03:06:14.214Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 30ed5652-8cd3-48cf-b311-63031a5b713a 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=?
2021-12-02T03:06:14.218Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6820cbf5, org.onap.sdc.toscaparser.api.parameters.Input@352126fb, org.onap.sdc.toscaparser.api.parameters.Input@ee9b9f4, org.onap.sdc.toscaparser.api.parameters.Input@313ec7de, org.onap.sdc.toscaparser.api.parameters.Input@5fafdd6f]
2021-12-02T03:06:14.218Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.218Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.219Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c25799d4-4491-4c09-bdbc-e9036b084350: test-pnf
2021-12-02T03:06:14.219Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||Processing PNF resource: 30ed5652-8cd3-48cf-b311-63031a5b713a
2021-12-02T03:06:14.219Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-12-02T03:06:14.219Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-12-02T03:06:14.219Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||Resource customization UUID: aaa5d7e7-8bc6-4aae-aee5-ed6b6d9a0242 is the same as notified resource customizationUUID: aaa5d7e7-8bc6-4aae-aee5-ed6b6d9a0242
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 (?, ?)
2021-12-02T03:06:14.246Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 30ed5652-8cd3-48cf-b311-63031a5b713a 0 ASDC deployResourceStructure
2021-12-02T03:06:14.246Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-12-02T03:06:14.247Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-12-02T03:06:14.247Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-12-02T03:06:14.247Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:06:14.249Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:06:14.249Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414374246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:14.349Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-12-02T03:06:14.350Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:06:14.350Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:06:14.358Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:14.358Z||pool-133-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-12-02T03:06:15.250Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:06:15.262Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
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=?
2021-12-02T03:06:15.265Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:06:15.265Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-12-02T03:06:15.265Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-12-02T03:06:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:06:26.301Z||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.
2021-12-02T03:06:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:06:26.317Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:06:26.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414268099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "dcae-sch",
  "timestamp": 1638414275434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414278233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414288184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414279548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "cds",
  "timestamp": 1638414289398,
  "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=?
2021-12-02T03:06:26.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
2021-12-02T03:06:26.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 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 (?, ?, ?, ?, ?)
2021-12-02T03:06:26.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414289486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414281611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414290510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:26.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414282611,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1638414291512,
  "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=?
2021-12-02T03:06:26.355Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
2021-12-02T03:06:26.356Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 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 (?, ?, ?, ?, ?)
2021-12-02T03:06:26.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414291530,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1638414283691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414292375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414293380,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414293585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "policy-id",
  "timestamp": 1638414294382,
  "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=?
2021-12-02T03:06:26.369Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
2021-12-02T03:06:26.369Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 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 (?, ?, ?, ?, ?)
2021-12-02T03:06:26.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414295591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:26.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414295775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:26.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "clamp",
  "timestamp": 1638414296595,
  "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=?
2021-12-02T03:06:26.386Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
2021-12-02T03:06:26.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 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 (?, ?, ?, ?, ?)
2021-12-02T03:06:26.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "aai-ml",
  "timestamp": 1638414296778,
  "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=?
2021-12-02T03:06:26.401Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
2021-12-02T03:06:26.401Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 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 (?, ?, ?, ?, ?)
2021-12-02T03:06:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414294421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414304206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414305865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:26.414Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1638414306868,
  "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=?
2021-12-02T03:06:26.420Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
2021-12-02T03:06:26.420Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 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 (?, ?, ?, ?, ?)
2021-12-02T03:06:26.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ef642e0-b111-44e3-bbbe-7db775b6ca86",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414308792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:06:26.430Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414123827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414317974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414320000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414321181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414322382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414323482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414324485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414325489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-12-02T03:06:26.432Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:06:45.265Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2021-12-02T03:06:45.274Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061
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=?
2021-12-02T03:06:45.277Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:06:45.278Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:06:45.279Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-12-02T03:06:45.279Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-12-02T03:06:45.285Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-12-02T03:07:15.285Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 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=?
2021-12-02T03:07:15.291Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 and serviceModelVersionId: c25799d4-4491-4c09-bdbc-e9036b084350
2021-12-02T03:07:15.291Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f89afe85-6217-45a3-8d9a-5304da927277
2021-12-02T03:07:15.292Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?depth=0
2021-12-02T03:07:15.295Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-12-02T03:07:15.315Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?depth=0|INFO|500||Invoke
2021-12-02T03:07:15.315Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc9d08d1-cc25-4b66-b115-3dc248d7e42c], X-ECOMP-RequestID=[7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061], X-TransactionId=[], X-ONAP-RequestID=[7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061], Content-Type=[application/merge-patch+json]}
2021-12-02T03:07:15.331Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-12-02T03:07:15.430Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?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/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211202-03:07:15:340-33580], vertex-id=[258160], Content-Length=[0], Date=[Thu, 02 Dec 2021 03:07:15 GMT], Content-Type=[application/json]}
2021-12-02T03:07:15.430Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-12-02T03:07:15.431Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f89afe85-6217-45a3-8d9a-5304da927277/model-vers/model-ver/c25799d4-4491-4c09-bdbc-e9036b084350?depth=0|INFO|500||InvokeReturn
2021-12-02T03:07:15.431Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-12-02T03:07:15.431Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-12-02T03:07:15.435Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-12-02T03:07:15.435Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-12-02T03:07:15.435Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-12-02T03:07:15.435Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-12-02T03:07:15.436Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-12-02T03:07:15.436Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414435435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:07:15.537Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-12-02T03:07:15.538Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-12-02T03:07:15.538Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hazRIsd8eaekRjev) ...
2021-12-02T03:07:15.551Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:07:15.551Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 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=?
2021-12-02T03:07:16.447Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:16.448Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:07:16.448Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:07:25.977Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:07:25.978Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:25.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:07:25.978Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:07:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:26.301Z||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.
2021-12-02T03:07:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:07:26.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:07:26.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-12-02T03:07:26.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414326492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:07:26.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:07:35.506Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:07:35.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:35.507Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:07:35.507Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:07:45.035Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:07:45.036Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:45.037Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:07:45.037Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:07:54.562Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:07:54.562Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:07:54.563Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:07:54.563Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:08:04.093Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:08:04.094Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:04.095Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:08:04.095Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:08:13.621Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:08:13.621Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:13.621Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:08:13.622Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:08:23.150Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:08:23.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:23.151Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:08:23.151Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:08:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:26.301Z||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.
2021-12-02T03:08:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:08:26.319Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:08:26.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc5e0cad-7b36-41f9-891c-5c8c563ef528",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414357671,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:08:26.321Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:08:26.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:08:26.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:08:26.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414358747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414372586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-12-02T03:08:26.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:08:26.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:08:26.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414374246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-12-02T03:08:26.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:08:32.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:08:32.680Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:08:32.681Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:08:32.681Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:08:42.211Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:09:26.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:09:26.299Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:09:26.299Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:09:26.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:09:26.301Z||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.
2021-12-02T03:09:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:09:26.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:09:26.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-12-02T03:09:26.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1638414435435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-12-02T03:09:26.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-12-02T03:09:35.833Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:10:26.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:10:26.299Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:10:26.299Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:10:26.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:10:26.301Z||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.
2021-12-02T03:10:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:10:35.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:10:35.838Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:11:26.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:11:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:11:26.301Z||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.
2021-12-02T03:11:26.300Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:11:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:11:26.301Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:11:35.836Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:11:35.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:12:26.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:12:26.299Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-12-02T03:12:26.299Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as hazRIsd8eaekRjev) ...
2021-12-02T03:12:26.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:12:26.301Z||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.
2021-12-02T03:12:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:12:35.834Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:12:35.834Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:13:26.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:13:26.300Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:13:26.300Z||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.
2021-12-02T03:13:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:13:26.301Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|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.
2021-12-02T03:13:26.302Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|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 hazRIsd8eaekRjev) ...
2021-12-02T03:13:35.833Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:13:35.835Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:14:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:14:26.299Z||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.
2021-12-02T03:14:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:14:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:14:26.301Z||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.
2021-12-02T03:14:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:14:35.833Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:14:35.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:15:26.298Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:15:26.299Z||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.
2021-12-02T03:15:26.300Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:15:26.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:15:26.302Z||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.
2021-12-02T03:15:26.302Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:15:35.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:15:35.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:16:26.298Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:16:26.299Z||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.
2021-12-02T03:16:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:16:26.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:16:26.301Z||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.
2021-12-02T03:16:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:16:35.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:16:35.833Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:17:26.298Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:17:26.299Z||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.
2021-12-02T03:17:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:17:26.300Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:17:26.300Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|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.
2021-12-02T03:17:26.301Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|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 hazRIsd8eaekRjev) ...
2021-12-02T03:17:35.831Z|7c5b1ebc-3658-48bb-8d9e-3bcfc5dc5061|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:17:35.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:18:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:18:26.299Z||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.
2021-12-02T03:18:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:18:26.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:18:26.301Z||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.
2021-12-02T03:18:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:18:35.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:18:35.832Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:19:26.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:19:26.299Z||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.
2021-12-02T03:19:26.299Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:19:26.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-12-02T03:19:26.301Z||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.
2021-12-02T03:19:26.301Z||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 hazRIsd8eaekRjev) ...
2021-12-02T03:19:35.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-12-02T03:19:35.831Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK