Results

By type

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

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

2022-06-18T03:35:26.219Z||main|||||INFO|500||The following profiles are active: basic
2022-06-18T03:35:48.983Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-18T03:35:48.984Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-18T03:35:49.263Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-18T03:35:56.978Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-18T03:35:58.003Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-18T03:35:59.075Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-18T03:35:59.111Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-18T03:35:59.682Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-18T03:36:00.346Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-18T03:36:02.111Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-18T03:36:06.305Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-18T03:36:10.363Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-18T03:36:10.555Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-18T03:36:11.509Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-18T03:36:11.914Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-18T03:36:14.708Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-18T03:36:16.806Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-18T03:36:16.878Z||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$$2538ded1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-18T03:36:16.881Z||main|||||WARN|500||The sdc end point is not alive
2022-06-18T03:36:23.873Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-18T03:36:29.126Z||main|||||WARN|500||---
2022-06-18T03:36:29.127Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-18T03:36:29.127Z||main|||||WARN|500||---
2022-06-18T03:36:29.884Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-18T03:36:40.387Z||main|||||INFO|500||Started Application in 80.417 seconds (JVM running for 86.414)
2022-06-18T03:36:40.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-18T03:36:40.505Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-18T03:36:40.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-18T03:36:40.609Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-18T03:36:40.707Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 609f80ed-d862-481f-95dd-b0191fd8826b url= /sdc/v1/artifactTypes
2022-06-18T03:36:40.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-18T03:36:41.408Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-18T03:36:41.497Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-18T03:36:41.547Z||scheduling-1|||||DEBUG|500||create keys
2022-06-18T03:36:41.563Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-18T03:36:41.608Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:36:41.660Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e8fd9075-10a2-4c13-b3cf-45b8720b22c8 url= /sdc/v1/registerForDistribution
2022-06-18T03:36:41.835Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e8fd9075-10a2-4c13-b3cf-45b8720b22c8 url= /sdc/v1/registerForDistribution
2022-06-18T03:36:41.838Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-18T03:36:41.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:36:41.874Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:36:41.898Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:36:41.898Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:36:41.899Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:36:41.899Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:36:41.884Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-18T03:36:52.199Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:36:52.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:37:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:37:41.860Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:37:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:37:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:37:41.863Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:37:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:37:51.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:37:51.452Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:38:41.857Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:38:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:38:41.861Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:38:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:38:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:38:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:38:51.427Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:38:51.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:39:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:39:41.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:39:41.862Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:39:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:39:41.863Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:39:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:39:51.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:39:51.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:40:41.858Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:40:41.859Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:40:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:40:41.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:40:41.865Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:40:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:40:51.417Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:40:51.450Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:41:41.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:41:41.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:41:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:41:41.860Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:41:41.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:41:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:41:51.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:41:51.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:42:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:42:41.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:42:41.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:42:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:42:41.869Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:42:41.869Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:42:51.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:42:51.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:43:41.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:43:41.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:43:41.867Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:43:41.867Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:43:41.875Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:43:41.876Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:43:51.443Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:43:51.451Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:44:41.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:44:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:44:41.862Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:44:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:44:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:44:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:44:51.431Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:44:51.449Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:45:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:45:41.859Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:45:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:45:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:45:41.861Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:45:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:45:51.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:45:51.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:46:11.901Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-18T03:46:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:46:41.859Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:46:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:46:41.860Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:46:41.861Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:46:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:46:51.416Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:46:51.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:47:41.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:47:41.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:47:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:47:41.860Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:47:41.861Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:47:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:47:51.415Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:47:51.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:48:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:48:41.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:48:41.865Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:48:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:48:41.875Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:48:41.876Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:48:51.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:48:51.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:49:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:49:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:49:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:49:41.861Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:49:41.863Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:49:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:49:51.415Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:49:51.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:50:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:50:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:50:41.862Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:50:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:50:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:50:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:50:51.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:50:51.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:51:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:51:41.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:51:41.857Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:51:41.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:51:41.864Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:51:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:51:51.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:51:51.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:52:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:52:41.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:52:41.867Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:52:41.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:52:41.867Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:52:41.868Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:52:51.438Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:52:51.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:53:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:53:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:53:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:53:41.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:53:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:53:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:53:51.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:53:51.425Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:54:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:54:41.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:54:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:54:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:54:41.861Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:54:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:54:51.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:54:51.446Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:55:41.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:55:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:55:41.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:55:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:55:41.865Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:55:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:55:51.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:55:51.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:56:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:56:41.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:56:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:56:41.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:56:41.862Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:56:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:56:51.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:56:51.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:57:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:57:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:57:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:57:41.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:57:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:57:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:57:51.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:57:51.448Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:58:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:58:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:58:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:58:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:58:41.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:58:41.868Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:58:51.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:58:51.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:59:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:59:41.859Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:59:41.864Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:59:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:59:41.864Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:59:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:59:51.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T03:59:51.453Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:00:41.858Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:00:41.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:00:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:00:41.861Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:00:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:00:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:00:51.444Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:00:51.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:01:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:01:41.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:01:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:01:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:01:41.861Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:01:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:01:51.412Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:01:51.418Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:02:41.857Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:02:41.858Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:02:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:02:41.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:02:41.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:02:41.872Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:02:51.427Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:02:51.440Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:03:41.858Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:03:41.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:03:41.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:03:41.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:03:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:03:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:03:51.439Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:03:51.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:04:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:04:41.859Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:04:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:04:41.861Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:04:41.866Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:04:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:04:51.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:04:51.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:05:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:05:41.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:05:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:05:41.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:05:41.862Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:05:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:05:51.451Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:05:51.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:06:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:06:41.859Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:06:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:06:41.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:06:41.863Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:06:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:06:51.430Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:06:51.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:07:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:07:41.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:07:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:07:41.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:07:41.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:07:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:07:51.420Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:07:51.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:08:41.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:08:41.860Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:08:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:08:41.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:08:41.863Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:08:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:08:51.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:08:51.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:09:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:09:41.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:09:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:09:41.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:09:41.863Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:09:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:09:51.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:09:51.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:10:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:10:41.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:10:41.861Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:10:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:10:41.862Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:10:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:10:51.430Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:10:51.430Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:11:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:11:41.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:11:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:11:41.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:11:41.862Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:11:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:11:51.430Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:11:51.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:12:41.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:12:41.861Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:12:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:12:41.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:12:41.862Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:12:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:12:51.433Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:12:51.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:13:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:13:41.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:13:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:13:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:13:41.861Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:13:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:13:51.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:13:51.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:14:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:14:41.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:14:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:14:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:14:41.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:14:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:14:51.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:14:51.430Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:15:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:15:41.857Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:15:41.857Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:15:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:15:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:15:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:15:51.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:15:51.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:16:41.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:16:41.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:16:41.863Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:16:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:16:41.861Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:16:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:16:51.433Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:16:51.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:17:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:17:41.860Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:17:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:17:41.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:17:41.883Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:17:41.884Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:17:51.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:17:51.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:18:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:18:41.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:18:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:18:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:18:41.862Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:18:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:18:51.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:18:51.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:19:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:19:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:19:41.863Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:19:41.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:19:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:19:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:19:51.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:19:51.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:20:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:20:41.859Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:20:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:20:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:20:41.861Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:20:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:20:51.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:20:51.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:21:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:21:41.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:21:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:21:41.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:21:41.862Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:21:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:21:51.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:21:51.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:22:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:22:41.858Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:22:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:22:41.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:22:41.862Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:22:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:22:51.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:22:51.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:23:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:23:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:23:41.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:23:41.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:23:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:23:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:23:51.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:23:51.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:24:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:24:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:24:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:24:41.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:24:41.861Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:24:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:24:51.418Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:24:51.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:25:41.858Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:25:41.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:25:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:25:41.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:25:41.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:25:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:25:51.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:25:51.493Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:26:41.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:26:41.858Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:26:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:26:41.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:26:41.863Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:26:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:26:51.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:26:51.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:27:41.857Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:27:41.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:27:41.870Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:27:41.871Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:27:41.874Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:27:41.874Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:27:51.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:27:51.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:41.858Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:28:41.859Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:28:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:28:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:28:41.869Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:28:41.869Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:28:48.966Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:48.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:28:48.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c7c35ab-fe8b-413b-9306-bc832c774da0","serviceName":"basic_onboard_siDcYB","serviceVersion":"1.0","serviceUUID":"1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888","serviceDescription":"service","serviceInvariantUUID":"c11acaa2-3c90-47b4-82f3-2b50f89c9c5a","resources":[{"resourceInstanceName":"basic_onboard_siDcYB 0","resourceName":"basic_onboard_siDcYB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce6a9a92-ca5a-4231-82e5-dc7aa979e068","resourceInvariantUUID":"fd262589-75fd-4235-acbe-0d8c579d46ab","resourceCustomizationUUID":"eba0abaa-8f7c-45d6-b586-9a72334e6b2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml","artifactChecksum":"M2RjZTZlYWQwZjk1Y2ZjNDBiMmMxOTBjMDQ4MWFiNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70c6cf5a-edbf-4e77-9427-81280567c0dd","artifactVersion":"1"},{"artifactName":"basic_onboard_sidcyb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json","artifactChecksum":"MWJkNGM2ZjJkZTBkNDVmZjM1MzIyYjk4NmEyMDc4NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2ad64e0-d13a-4f5c-820a-923124b3bd37","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cd789cf-edf8-4e51-bd29-70e7014a578e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87973f39-5621-4b76-b18f-00bea5d8c9cf","artifactVersion":"2","generatedFromUUID":"f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSidcyb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml","artifactChecksum":"NTk0OWM5MjBlN2ZkN2EzYzg3YzJkYTk3NjNiMTEzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73ed8cb2-d26e-4da2-9d16-d8d3875f7452","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSidcyb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar","artifactChecksum":"Y2ZjYTk5MmVhNmNlZTYyMGMzMzAwZWMyMDVhMWFhNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5941f70e-d9fc-46f2-9bc7-17cae102e591","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:28:49.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:49.064Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:49.090Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:49.090Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:28:49.190Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-06-18T04:28:49.198Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:28:49.198Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:49.223Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:49.225Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:49.259Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:49.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:28:49.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526523450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:28:49.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:28:50.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:50.125Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:50.132Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:50.133Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:28:50.229Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-18T04:28:50.231Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:28:50.231Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:50.247Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:50.248Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:28:51.134Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:51.135Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:51.142Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:51.142Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:28:51.239Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-18T04:28:51.250Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:28:51.251Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:51.268Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:51.269Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:52.143Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:52.145Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:52.148Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:52.148Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:28:52.249Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:28:52.250Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:28:52.250Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:52.274Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:52.275Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:53.149Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:53.150Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:53.156Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:53.157Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-18T04:28:53.256Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:28:53.258Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:28:53.258Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:53.279Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:53.281Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:28:54.158Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:54.159Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:54.163Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:54.163Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:28:54.265Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:28:54.267Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:28:54.267Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:54.281Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:54.282Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:55.164Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:55.165Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:55.170Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:55.171Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:28:55.271Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:28:55.273Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:28:55.273Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:55.289Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:55.290Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:56.184Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "serviceName": "basic_onboard_siDcYB",
  "serviceVersion": "1.0",
  "serviceUUID": "1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c11acaa2-3c90-47b4-82f3-2b50f89c9c5a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_siDcYB 0",
      "resourceCustomizationUUID": "eba0abaa-8f7c-45d6-b586-9a72334e6b2a",
      "resourceName": "basic_onboard_siDcYB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ce6a9a92-ca5a-4231-82e5-dc7aa979e068",
      "resourceInvariantUUID": "fd262589-75fd-4235-acbe-0d8c579d46ab",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_sidcyb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
          "artifactChecksum": "MWJkNGM2ZjJkZTBkNDVmZjM1MzIyYjk4NmEyMDc4NzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e2ad64e0-d13a-4f5c-820a-923124b3bd37",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "87973f39-5621-4b76-b18f-00bea5d8c9cf",
            "generatedFromUUID": "f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "87973f39-5621-4b76-b18f-00bea5d8c9cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSidcyb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
      "artifactChecksum": "Y2ZjYTk5MmVhNmNlZTYyMGMzMzAwZWMyMDVhMWFhNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5941f70e-d9fc-46f2-9bc7-17cae102e591"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T04:28:56.188Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:28:56.191Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888 ASDC
2022-06-18T04:28:56.429Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2c7c35ab-fe8b-413b-9306-bc832c774da0
ServiceName:basic_onboard_siDcYB
ServiceVersion:1.0
ServiceUUID:1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888
ServiceInvariantUUID:c11acaa2-3c90-47b4-82f3-2b50f89c9c5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSidcyb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
ArtifactUUID:5941f70e-d9fc-46f2-9bc7-17cae102e591
ArtifactChecksum:Y2ZjYTk5MmVhNmNlZTYyMGMzMzAwZWMyMDVhMWFhNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_siDcYB 0
ResourceCustomizationUUID:eba0abaa-8f7c-45d6-b586-9a72334e6b2a
ResourceInvariantUUID:fd262589-75fd-4235-acbe-0d8c579d46ab
ResourceName:basic_onboard_siDcYB
ResourceType:VF
ResourceUUID:ce6a9a92-ca5a-4231-82e5-dc7aa979e068
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sidcyb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
ArtifactUUID:e2ad64e0-d13a-4f5c-820a-923124b3bd37
ArtifactChecksum:MWJkNGM2ZjJkZTBkNDVmZjM1MzIyYjk4NmEyMDc4NzE=
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/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1
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/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
ArtifactUUID:87973f39-5621-4b76-b18f-00bea5d8c9cf
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/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
ArtifactUUID:87973f39-5621-4b76-b18f-00bea5d8c9cf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T04:28:56.434Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:28:57.013Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:28:57.015Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:28:57.022Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:28:57.023Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5941f70e-d9fc-46f2-9bc7-17cae102e591 from URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:57.023Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:28:57.026Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:57.183Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:28:57.209Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar 5941f70e-d9fc-46f2-9bc7-17cae102e591 71576
2022-06-18T04:28:57.212Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar ASDC sendASDCNotification
2022-06-18T04:28:57.213Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:57.214Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:28:57.219Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:57.233Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:57.234Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526537210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:28:57.324Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-18T04:28:57.328Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:28:57.329Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:57.350Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:28:57.357Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:58.235Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:28:58.236Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:28:58.237Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5941f70e-d9fc-46f2-9bc7-17cae102e591, URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar to file: /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:58.257Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:58.445Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:58.446Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:59.914Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12882456636684527825/Definitions/service-BasicOnboardSidcyb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-18T04:29:04.508Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:29:04.519Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:29:04.519Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.519Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-18T04:29:04.525Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_siDcYB 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-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.527Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.527Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.527Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.527Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:29:04.543Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.545Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.589Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.590Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:29:04.593Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:29:04.597Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.597Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.597Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.598Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:29:04.598Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:29:04.599Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.599Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.605Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.606Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is not matching search criteria
2022-06-18T04:29:04.607Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-18T04:29:04.607Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-18T04:29:04.607Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-18T04:29:04.608Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T04:29:04.608Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:29:04.608Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.609Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:29:04.611Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.612Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.612Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:04.613Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.613Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.613Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:04.614Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.614Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.614Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:04.615Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.615Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is not matching search criteria
2022-06-18T04:29:04.616Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-18T04:29:04.616Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T04:29:04.616Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be63c0ac-1c5a-4ee5-a782-b2b25095f6b8
2022-06-18T04:29:04.617Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.617Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.617Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.618Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.618Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.618Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.619Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:04.620Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.620Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_siDcYB
Description:service
Model UUID:1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888
Model Version:NULL
Model InvariantUuid:c11acaa2-3c90-47b4-82f3-2b50f89c9c5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_siDcYB
Model UUID:e5685f6f-6875-4d55-b6f8-b660066b457f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd262589-75fd-4235-acbe-0d8c579d46ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eba0abaa-8f7c-45d6-b586-9a72334e6b2a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:04fb185b-686b-4690-acab-47e453d5fb0c
ModelName:BasicOnboardSidcyb..base_ubuntu18..module-0
ModelUuid:2e1365e3-ddaf-478f-af5e-75ea35af1b0e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:be63c0ac-1c5a-4ee5-a782-b2b25095f6b8
ModelInvariantUuid:6a45f3ef-7c43-4722-b7e8-8726b376f6d6
ModelName:basic_onboard_siDcYB-nodes.ubuntu18Cvfc
ModelUuid:3426fa69-fe9a-4a73-909e-de22d2676f8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c0370ce7-623f-4fe1-815b-2029db2994fd
ModelInvariantUuid:dca985a5-6344-48cb-9725-188c9169cfbe
ModelName:BasicOnboardSidcyb.compute.nodes.heat.ubuntu18
ModelUuid:f1308cca-fef7-4172-84a4-eedb453acaca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T04:29:04.676Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ce6a9a92-ca5a-4231-82e5-dc7aa979e068
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:29:04.849Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||basic_onboard_siDcYB 0
2022-06-18T04:29:04.862Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce6a9a92-ca5a-4231-82e5-dc7aa979e068
2022-06-18T04:29:04.863Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e2ad64e0-d13a-4f5c-820a-923124b3bd37 from URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
2022-06-18T04:29:04.863Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:29:04.863Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
2022-06-18T04:29:04.935Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:29:04.936Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json e2ad64e0-d13a-4f5c-820a-923124b3bd37 798
2022-06-18T04:29:04.936Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json ASDC sendASDCNotification
2022-06-18T04:29:04.936Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
2022-06-18T04:29:04.937Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:29:04.937Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:04.940Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:04.941Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526544936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:29:05.041Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:29:05.043Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:29:05.044Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:05.068Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:29:05.069Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:29:05.943Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSidcyb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04fb185b-686b-4690-acab-47e453d5fb0c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e1365e3-ddaf-478f-af5e-75ea35af1b0e",
    "vfModuleModelCustomizationUUID": "30591801-35f6-404e-89e1-1f6650533c71",
    "isBase": true,
    "artifacts": [
      "f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1",
      "87973f39-5621-4b76-b18f-00bea5d8c9cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:29:05.962Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSidcyb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e1365e3-ddaf-478f-af5e-75ea35af1b0e
VfModuleModelInvariantUUID:04fb185b-686b-4690-acab-47e453d5fb0c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1
,
87973f39-5621-4b76-b18f-00bea5d8c9cf

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

isBase:true


}

2022-06-18T04:29:05.967Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSidcyb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04fb185b-686b-4690-acab-47e453d5fb0c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e1365e3-ddaf-478f-af5e-75ea35af1b0e",
    "vfModuleModelCustomizationUUID": "30591801-35f6-404e-89e1-1f6650533c71",
    "isBase": true,
    "artifacts": [
      "f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1",
      "87973f39-5621-4b76-b18f-00bea5d8c9cf"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:29:05.967Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSidcyb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e1365e3-ddaf-478f-af5e-75ea35af1b0e
VfModuleModelInvariantUUID:04fb185b-686b-4690-acab-47e453d5fb0c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1
,
87973f39-5621-4b76-b18f-00bea5d8c9cf

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

isBase:true


}

2022-06-18T04:29:05.968Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1 from URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
2022-06-18T04:29:05.968Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:29:05.968Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
2022-06-18T04:29:06.017Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1 5033
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:06.021Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:06.022Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526546018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:29:06.122Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:29:06.128Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:29:06.128Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:06.146Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:29:06.147Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:07.024Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87973f39-5621-4b76-b18f-00bea5d8c9cf from URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
2022-06-18T04:29:07.025Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:29:07.025Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
2022-06-18T04:29:07.089Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:29:07.090Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env 87973f39-5621-4b76-b18f-00bea5d8c9cf 909
2022-06-18T04:29:07.091Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-18T04:29:07.091Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
2022-06-18T04:29:07.092Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:29:07.092Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:07.103Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:07.104Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526547091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:29:07.199Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-18T04:29:07.201Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:29:07.201Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:07.230Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:29:07.231Z||pool-13-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:29:08.105Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888
2022-06-18T04:29:08.107Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_siDcYB 0 ce6a9a92-ca5a-4231-82e5-dc7aa979e068 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:29:08.172Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50c48198, org.onap.sdc.toscaparser.api.parameters.Input@10e8d028, org.onap.sdc.toscaparser.api.parameters.Input@72b0f1d6, org.onap.sdc.toscaparser.api.parameters.Input@2401da9f, org.onap.sdc.toscaparser.api.parameters.Input@50bd57c6]
2022-06-18T04:29:08.178Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.178Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.179Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-18T04:29:08.179Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= eba0abaa-8f7c-45d6-b586-9a72334e6b2a
2022-06-18T04:29:08.180Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eba0abaa-8f7c-45d6-b586-9a72334e6b2a matches Tosca VF Customization UUID: eba0abaa-8f7c-45d6-b586-9a72334e6b2a
2022-06-18T04:29:08.180Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: eba0abaa-8f7c-45d6-b586-9a72334e6b2a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T04:29:08.193Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.193Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.196Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id eba0abaa-8f7c-45d6-b586-9a72334e6b2a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-18T04:29:08.196Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@628deca
2022-06-18T04:29:08.197Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.197Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:29:08.199Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30591801-35f6-404e-89e1-1f6650533c71
2022-06-18T04:29:08.205Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30591801-35f6-404e-89e1-1f6650533c71
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T04:29:08.218Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.219Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:08.219Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:08.221Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.221Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:08.221Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:08.222Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.222Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is not matching search criteria
2022-06-18T04:29:08.223Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-18T04:29:08.223Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T04:29:08.223Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be63c0ac-1c5a-4ee5-a782-b2b25095f6b8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:29:08.241Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.243Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:08.243Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:08.244Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.245Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:08.245Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=eba0abaa-8f7c-45d6-b586-9a72334e6b2a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:29:08.250Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.251Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.252Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888: basic_onboard_siDcYB
2022-06-18T04:29:08.252Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.253Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.253Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.254Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.254Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.254Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.255Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.255Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.256Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:29:08.256Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.256Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_siDcYB 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:29:08.736Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_siDcYB ce6a9a92-ca5a-4231-82e5-dc7aa979e068 1 ASDC deployResourceStructure
2022-06-18T04:29:08.736Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json ASDC sendASDCNotification
2022-06-18T04:29:08.737Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
2022-06-18T04:29:08.737Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:29:08.737Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:08.740Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:08.740Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526548736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:29:08.842Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:29:08.843Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:29:08.844Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:08.873Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:29:08.875Z||pool-14-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:09.744Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-18T04:29:09.746Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
2022-06-18T04:29:09.747Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:29:09.747Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:09.751Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:09.752Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526549744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:29:09.861Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-06-18T04:29:09.863Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:29:09.864Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:09.888Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:29:09.889Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:10.755Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-18T04:29:10.756Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
2022-06-18T04:29:10.756Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:29:10.758Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:10.769Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:10.777Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526550755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:29:10.868Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-18T04:29:10.870Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:29:10.873Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:10.895Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:29:10.896Z||pool-16-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:11.778Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar ASDC sendASDCNotification
2022-06-18T04:29:11.779Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:11.780Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:29:11.780Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:11.784Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:11.784Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526551778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:29:11.885Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T04:29:11.887Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:29:11.887Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:11.919Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:29:11.919Z||pool-17-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:12.786Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:29:12.826Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:29:12.834Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:29:12.834Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:29:12.834Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:29:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:29:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:29:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:29:41.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:29:41.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:29:41.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526526054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:29:41.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:29:42.835Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:29:42.883Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:29:42.894Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:29:42.894Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:29:42.895Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:30:12.895Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:30:12.937Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:30:12.946Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:30:12.947Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:30:12.948Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:30:41.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:30:41.863Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:30:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:30:41.911Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:30:41.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:30:41.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526519402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:30:41.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526519443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:30:42.949Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:30:42.980Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:30:42.985Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:30:42.986Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:30:42.986Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:31:12.986Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:31:13.011Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:31:13.016Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:31:13.017Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:31:13.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:31:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:31:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:31:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:31:41.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:31:41.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526523450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526519443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526526054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526519402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526523450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526519443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526519402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526526054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526523450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526519443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526519402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526526054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526532110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526523450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526519443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526526054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526519402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526532110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526523450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526519443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526519402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526526054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526532110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526523450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526519443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526519402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526526054,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526521857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526535214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526532110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526535214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526536300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526536457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526536436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526536485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526532110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526535214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526537210,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "cds",
  "timestamp": 1655526537321,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:31:41.964Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:41.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:31:41.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526537446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:41.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526532110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526535214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:41.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "policy-id",
  "timestamp": 1655526538452,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:31:41.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:41.995Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:31:42.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526532110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526535214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-18T04:31:42.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:31:42.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526535214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526540840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:42.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526535214,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:31:42.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526541848,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:31:42.036Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:42.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:31:42.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526543099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526544179,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526545279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526538092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:31:42.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:31:42.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526544936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526546346,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:31:42.079Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:42.079Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T04:31:42.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526546018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526547352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:42.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526547091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526548736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:42.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526549744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:42.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526550755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:42.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526550973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526551778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:42.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526552988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:42.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "clamp",
  "timestamp": 1655526553994,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:31:42.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:42.135Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:31:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526557193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:31:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "aai-ml",
  "timestamp": 1655526558198,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:31:42.182Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:42.182Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:31:43.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:31:43.047Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:31:43.057Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:31:43.058Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:31:43.058Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:31:43.058Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:31:43.059Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:31:43.059Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:31:43.059Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:31:43.059Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:31:43.060Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:31:43.060Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:31:43.060Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:31:43.073Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:32:13.074Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T04:32:13.107Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0 and serviceModelVersionId: 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888
2022-06-18T04:32:13.107Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c11acaa2-3c90-47b4-82f3-2b50f89c9c5a
2022-06-18T04:32:39.117Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0
2022-06-18T04:32:39.364Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:32:40.468Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T04:32:40.494Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0|INFO|500||Invoke
2022-06-18T04:32:40.927Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T04:32:41.601Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0|INFO|500||InvokeReturn
2022-06-18T04:32:41.602Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220618-04:32:41:698-40082], vertex-id=[180256], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:32:41 GMT], Content-Type=[application/json]}
2022-06-18T04:32:41.604Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:32:41.611Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:32:41.611Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:32:41.642Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T04:32:41.645Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c7c35ab-fe8b-413b-9306-bc832c774da0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:32:41.648Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:32:41.650Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:41.662Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:41.663Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526761645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:32:41.757Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-18T04:32:41.759Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:41.759Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:41.778Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:41.779Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:32:41.862Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:32:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:32:41.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:41.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526628450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526626054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526628093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526632110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526628450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526626054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526628093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526632110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526628450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526626054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526628093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526632110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526635215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526628450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526626054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526628093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526632110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526635215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526628450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526626054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526628093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526632110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526635215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526628450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526626054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526628093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526632110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526635215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526626054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526628450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526628093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526632110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526635215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526639504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:32:41.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:32:41.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526639667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:32:41.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:32:41.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526639401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526639443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526635215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "cds",
  "timestamp": 1655526640514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:32:41.958Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:32:41.959Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:32:41.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526640671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:32:41.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:32:41.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526639401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526639443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526635215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "policy-id",
  "timestamp": 1655526641676,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:32:41.997Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:32:41.997Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:32:42.688Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:32:42.689Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:32:42.690Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:32:47.149Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:47.151Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:32:47.151Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"106b870a-9e5d-4c0e-9378-2bc84454f42b","serviceName":"vFW 2022-06-18 04-29-10","serviceVersion":"1.0","serviceUUID":"8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61","serviceDescription":"catalog service description","serviceInvariantUUID":"92ed238f-f547-4919-ab3d-ae7936f35c64","resources":[{"resourceInstanceName":"vFW b3c04d36-f41a 0","resourceName":"vFW b3c04d36-f41a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7","resourceInvariantUUID":"7774cdb4-715c-4149-b1fc-1d8e08a4b25a","resourceCustomizationUUID":"34ab8683-a607-4845-a1cf-a2c8972abd5e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml","artifactChecksum":"Yjg5MWE0Mzk0YmNlNmVlNGZiOWQ1NDIyNDkzNWRiNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6978a355-7a48-4857-a5fe-f8e2c0a0d29c","artifactVersion":"1"},{"artifactName":"vfwb3c04d36f41a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json","artifactChecksum":"OTFiZjY3NWYzZjVhYWY4MmRmMjliMTc0MDAxODg4ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4851ae8c-1dc3-4387-995b-72067f212a02","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7755333e-bab5-4ac6-b17a-9794c8b3a8cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml","artifactChecksum":"OGJlMzc3MWI1ZTc5OTFiMDQ2NWE5NzM0ZGZjYzViYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"149b6e1c-84aa-439f-931b-ec7f9f341e76","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"03d2a919-7482-43cd-84b5-540b299cceec","artifactVersion":"2","generatedFromUUID":"7755333e-bab5-4ac6-b17a-9794c8b3a8cf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220618042910-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml","artifactChecksum":"M2UxZWM3MWZiYzY2YmMwNTg4ODFmNDdjZjk4OGU4ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"135a1e63-594d-4061-90ea-e8df3806e61d","artifactVersion":"1"},{"artifactName":"service-Vfw20220618042910-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar","artifactChecksum":"ZDdlOTQ3N2YwZDRlMmQ4YjA0Y2Q3ZjI1NGE4ZjY3NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8176739-7b53-402c-ba7c-8e3541fc5577","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:32:47.162Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:47.162Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:47.167Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:47.167Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:47.268Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:32:47.269Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:47.270Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:47.287Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:47.288Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:32:48.168Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:48.170Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:48.174Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:48.174Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:32:48.275Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:32:48.276Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:48.276Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:48.292Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:48.293Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:49.176Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:49.179Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:49.184Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:49.184Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:32:49.284Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:32:49.285Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:49.286Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:49.305Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:49.306Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:50.185Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:50.188Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:50.192Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:50.193Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:50.293Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:32:50.294Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:50.294Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:50.309Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:50.310Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:51.194Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:51.195Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:51.199Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:51.199Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T04:32:51.299Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:32:51.301Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:51.302Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:51.323Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:51.323Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:52.199Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:52.200Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:52.203Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:52.203Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:32:52.303Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:32:52.305Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:52.305Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:52.325Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:52.326Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:53.204Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:53.205Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:53.208Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:53.209Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:32:53.308Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:32:53.310Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:53.310Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:53.324Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:53.325Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:54.216Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "serviceName": "vFW 2022-06-18 04-29-10",
  "serviceVersion": "1.0",
  "serviceUUID": "8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "92ed238f-f547-4919-ab3d-ae7936f35c64",
  "resources": [
    {
      "resourceInstanceName": "vFW b3c04d36-f41a 0",
      "resourceCustomizationUUID": "34ab8683-a607-4845-a1cf-a2c8972abd5e",
      "resourceName": "vFW b3c04d36-f41a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7",
      "resourceInvariantUUID": "7774cdb4-715c-4149-b1fc-1d8e08a4b25a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb3c04d36f41a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
          "artifactChecksum": "OTFiZjY3NWYzZjVhYWY4MmRmMjliMTc0MDAxODg4ZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4851ae8c-1dc3-4387-995b-72067f212a02",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7755333e-bab5-4ac6-b17a-9794c8b3a8cf",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "03d2a919-7482-43cd-84b5-540b299cceec",
            "generatedFromUUID": "7755333e-bab5-4ac6-b17a-9794c8b3a8cf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "03d2a919-7482-43cd-84b5-540b299cceec",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220618042910-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
      "artifactChecksum": "ZDdlOTQ3N2YwZDRlMmQ4YjA0Y2Q3ZjI1NGE4ZjY3NTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8176739-7b53-402c-ba7c-8e3541fc5577"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T04:32:54.216Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:32:54.216Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61 ASDC
2022-06-18T04:32:54.217Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:106b870a-9e5d-4c0e-9378-2bc84454f42b
ServiceName:vFW 2022-06-18 04-29-10
ServiceVersion:1.0
ServiceUUID:8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61
ServiceInvariantUUID:92ed238f-f547-4919-ab3d-ae7936f35c64
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220618042910-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
ArtifactUUID:f8176739-7b53-402c-ba7c-8e3541fc5577
ArtifactChecksum:ZDdlOTQ3N2YwZDRlMmQ4YjA0Y2Q3ZjI1NGE4ZjY3NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b3c04d36-f41a 0
ResourceCustomizationUUID:34ab8683-a607-4845-a1cf-a2c8972abd5e
ResourceInvariantUUID:7774cdb4-715c-4149-b1fc-1d8e08a4b25a
ResourceName:vFW b3c04d36-f41a
ResourceType:VF
ResourceUUID:6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb3c04d36f41a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
ArtifactUUID:4851ae8c-1dc3-4387-995b-72067f212a02
ArtifactChecksum:OTFiZjY3NWYzZjVhYWY4MmRmMjliMTc0MDAxODg4ZTU=
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/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
ArtifactUUID:7755333e-bab5-4ac6-b17a-9794c8b3a8cf
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/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
ArtifactUUID:03d2a919-7482-43cd-84b5-540b299cceec
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/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
ArtifactUUID:03d2a919-7482-43cd-84b5-540b299cceec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T04:32:54.218Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:32:54.291Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:32:54.294Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:32:54.294Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:32:54.295Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f8176739-7b53-402c-ba7c-8e3541fc5577 from URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:54.295Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:32:54.296Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:54.533Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:32:54.545Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar f8176739-7b53-402c-ba7c-8e3541fc5577 99030
2022-06-18T04:32:54.547Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar ASDC sendASDCNotification
2022-06-18T04:32:54.547Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:54.547Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:32:54.548Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:54.551Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:54.552Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526774546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:32:54.652Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:32:54.653Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:32:54.654Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:54.667Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:32:54.668Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:55.562Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:32:55.578Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:32:55.579Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f8176739-7b53-402c-ba7c-8e3541fc5577, URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar to file: /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:55.579Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220618042910-csar.csar
2022-06-18T04:32:55.580Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:55.580Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:55.929Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11471460360860343874/Definitions/service-Vfw20220618042910-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-18T04:33:00.375Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:33:00.377Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:33:00.377Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.377Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.379Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.379Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.379Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.379Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b3c04d36-f41a 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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.381Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:33:00.381Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.382Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.382Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.383Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:33:00.383Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:33:00.384Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.384Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.384Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.384Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:33:00.385Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:33:00.385Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.386Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.386Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.386Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:00.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:00.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:00.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:00.388Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.388Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.388Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.388Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:00.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:00.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:00.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.390Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:00.390Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.390Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:00.391Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.391Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:33:00.391Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.391Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:33:00.392Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.392Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.392Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:00.393Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:00.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.395Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:00.395Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.395Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:00.396Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:00.396Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:00.396Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T04:33:00.396Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:00.397Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:00.397Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.397Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.397Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:00.398Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.398Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:00.398Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.398Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=334e3e08-a4eb-4cdb-8ca3-2b6d05f9b723
2022-06-18T04:33:00.399Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.399Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:00.400Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:00.400Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:00.401Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:00.401Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.401Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.402Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.402Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:00.402Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T04:33:00.403Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:00.403Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.403Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:00.403Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.404Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=42a212d6-63ee-42bd-9fa8-99060342e823
2022-06-18T04:33:00.404Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.404Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:00.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:00.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:00.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:00.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.406Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.406Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.407Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:00.407Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:00.407Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:00.407Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.408Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.408Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T04:33:00.408Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0123d2d5-1c85-4e63-9291-9860d9779168
2022-06-18T04:33:00.409Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.409Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.409Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.409Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.410Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.410Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.410Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:00.410Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.411Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-18 04-29-10
Description:catalog service description
Model UUID:8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61
Model Version:NULL
Model InvariantUuid:92ed238f-f547-4919-ab3d-ae7936f35c64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b3c04d36-f41a
Model UUID:7d39969a-edee-4446-9407-53f973dab94c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7774cdb4-715c-4149-b1fc-1d8e08a4b25a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:34ab8683-a607-4845-a1cf-a2c8972abd5e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0f5c918d-0bf6-44ee-83ba-852f9814079e
ModelName:VfwB3c04d36F41a..base_vfw..module-0
ModelUuid:f9e82c47-7037-4367-80ca-b7c96aa8005d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:334e3e08-a4eb-4cdb-8ca3-2b6d05f9b723
ModelInvariantUuid:33b56e07-d3fd-4c33-aa1f-02e79e2f4618
ModelName:vFW b3c04d36-f41a-nodes.vfwCvfc
ModelUuid:3cd06290-0f06-4f59-9114-63a444740f31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:fa65b61b-eb2e-454f-b809-15e80223a69f
ModelInvariantUuid:12f32aab-5616-4de8-80bf-1a48fb7e748e
ModelName:VfwB3c04d36F41a.compute.nodes.heat.vfw
ModelUuid:6cbccbf2-5ccc-4688-8c8d-b4fa42e62826
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:42a212d6-63ee-42bd-9fa8-99060342e823
ModelInvariantUuid:2c63fa3b-d621-45d1-ac48-9d240f611a29
ModelName:vFW b3c04d36-f41a-nodes.vsnCvfc
ModelUuid:de8231d7-0f5e-46ca-b2d7-1865f3631e8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:afa0f92b-80b7-43f1-86c8-882a68b6c19f
ModelInvariantUuid:eee49b9f-cc9d-4fca-8987-2cadc52bdc91
ModelName:VfwB3c04d36F41a.compute.nodes.heat.vsn
ModelUuid:bbb6c34e-9e74-43e1-90a5-8f9bfaeb135b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0123d2d5-1c85-4e63-9291-9860d9779168
ModelInvariantUuid:ad44ec55-3e3e-4bce-809c-785e0e6b3cd2
ModelName:vFW b3c04d36-f41a-nodes.vpgCvfc
ModelUuid:d5cfea43-72e2-4bb8-9c07-addecbcb3ddc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:25381b6b-1df1-4828-a847-99259cfc755d
ModelInvariantUuid:83ca29af-a08b-4da7-9496-28b2d8cab75f
ModelName:VfwB3c04d36F41a.compute.nodes.heat.vpg
ModelUuid:55e1478a-157e-484c-8d7d-1caea1317b39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T04:33:00.422Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:33:00.428Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||vFW b3c04d36-f41a 0
2022-06-18T04:33:00.429Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7
2022-06-18T04:33:00.429Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4851ae8c-1dc3-4387-995b-72067f212a02 from URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
2022-06-18T04:33:00.430Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:33:00.430Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
2022-06-18T04:33:00.550Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:33:00.558Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json 4851ae8c-1dc3-4387-995b-72067f212a02 785
2022-06-18T04:33:00.560Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json ASDC sendASDCNotification
2022-06-18T04:33:00.561Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
2022-06-18T04:33:00.562Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:33:00.563Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:00.570Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:00.570Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526780560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:00.669Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:33:00.670Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:33:00.670Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:00.691Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:33:00.691Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:33:01.572Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB3c04d36F41a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0f5c918d-0bf6-44ee-83ba-852f9814079e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9e82c47-7037-4367-80ca-b7c96aa8005d",
    "vfModuleModelCustomizationUUID": "f68807a5-8523-46d3-9813-c5ed3a36a715",
    "isBase": true,
    "artifacts": [
      "7755333e-bab5-4ac6-b17a-9794c8b3a8cf",
      "03d2a919-7482-43cd-84b5-540b299cceec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:33:01.582Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB3c04d36F41a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e82c47-7037-4367-80ca-b7c96aa8005d
VfModuleModelInvariantUUID:0f5c918d-0bf6-44ee-83ba-852f9814079e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7755333e-bab5-4ac6-b17a-9794c8b3a8cf
,
03d2a919-7482-43cd-84b5-540b299cceec

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

isBase:true


}

2022-06-18T04:33:01.594Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB3c04d36F41a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0f5c918d-0bf6-44ee-83ba-852f9814079e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9e82c47-7037-4367-80ca-b7c96aa8005d",
    "vfModuleModelCustomizationUUID": "f68807a5-8523-46d3-9813-c5ed3a36a715",
    "isBase": true,
    "artifacts": [
      "7755333e-bab5-4ac6-b17a-9794c8b3a8cf",
      "03d2a919-7482-43cd-84b5-540b299cceec"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:33:01.595Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB3c04d36F41a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e82c47-7037-4367-80ca-b7c96aa8005d
VfModuleModelInvariantUUID:0f5c918d-0bf6-44ee-83ba-852f9814079e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7755333e-bab5-4ac6-b17a-9794c8b3a8cf
,
03d2a919-7482-43cd-84b5-540b299cceec

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

isBase:true


}

2022-06-18T04:33:01.595Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7755333e-bab5-4ac6-b17a-9794c8b3a8cf from URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
2022-06-18T04:33:01.595Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:33:01.595Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
2022-06-18T04:33:01.657Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:33:01.659Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml 7755333e-bab5-4ac6-b17a-9794c8b3a8cf 20368
2022-06-18T04:33:01.659Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T04:33:01.659Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
2022-06-18T04:33:01.659Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:33:01.660Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:01.663Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:01.664Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526781659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:01.763Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:33:01.765Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:33:01.765Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:01.782Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:33:01.783Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:33:02.665Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03d2a919-7482-43cd-84b5-540b299cceec from URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
2022-06-18T04:33:02.665Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:33:02.666Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
2022-06-18T04:33:02.757Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:33:02.758Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env 03d2a919-7482-43cd-84b5-540b299cceec 2098
2022-06-18T04:33:02.758Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T04:33:02.759Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
2022-06-18T04:33:02.759Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:33:02.759Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:02.763Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:02.763Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526782758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:02.866Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T04:33:02.867Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:33:02.867Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:02.881Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:33:02.883Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:33:03.766Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61
2022-06-18T04:33:03.767Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b3c04d36-f41a 0 6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:33:03.855Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f61ea3e, org.onap.sdc.toscaparser.api.parameters.Input@1673ae5e, org.onap.sdc.toscaparser.api.parameters.Input@3ecc7f6d, org.onap.sdc.toscaparser.api.parameters.Input@79986b85, org.onap.sdc.toscaparser.api.parameters.Input@49984e92]
2022-06-18T04:33:03.858Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 34ab8683-a607-4845-a1cf-a2c8972abd5e
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34ab8683-a607-4845-a1cf-a2c8972abd5e matches Tosca VF Customization UUID: 34ab8683-a607-4845-a1cf-a2c8972abd5e
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 34ab8683-a607-4845-a1cf-a2c8972abd5e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T04:33:03.871Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.871Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.872Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 34ab8683-a607-4845-a1cf-a2c8972abd5e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-18T04:33:03.872Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2506b4b0
2022-06-18T04:33:03.872Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.873Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:33:03.873Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f68807a5-8523-46d3-9813-c5ed3a36a715
2022-06-18T04:33:03.873Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f68807a5-8523-46d3-9813-c5ed3a36a715
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T04:33:03.877Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:03.880Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:03.880Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.880Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.880Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:03.881Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.881Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:03.881Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.882Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=334e3e08-a4eb-4cdb-8ca3-2b6d05f9b723
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:33:03.895Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.895Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:03.897Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.897Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.897Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.897Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=42a212d6-63ee-42bd-9fa8-99060342e823
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:33:03.912Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.913Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.913Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.920Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.921Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:03.922Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:03.922Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:03.922Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:03.922Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.923Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.923Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.923Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:03.924Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:03.924Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:03.924Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.925Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.925Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T04:33:03.926Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0123d2d5-1c85-4e63-9291-9860d9779168
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:33:03.936Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.937Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.938Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.938Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.939Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.939Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=34ab8683-a607-4845-a1cf-a2c8972abd5e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:33:03.948Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.948Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.949Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61: vFW b3c04d36-f41a
2022-06-18T04:33:03.950Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.950Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:33:03.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-18 04-29-10 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:33:04.664Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b3c04d36-f41a 6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7 1 ASDC deployResourceStructure
2022-06-18T04:33:04.665Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json ASDC sendASDCNotification
2022-06-18T04:33:04.666Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
2022-06-18T04:33:04.667Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:33:04.668Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:04.674Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:04.675Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526784665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:33:04.775Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:33:04.778Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:33:04.779Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:04.802Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:33:04.804Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:33:05.676Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T04:33:05.677Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
2022-06-18T04:33:05.677Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:33:05.677Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:05.680Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:05.681Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526785676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:33:05.781Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:33:05.782Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:33:05.782Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:05.799Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:33:05.800Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:33:06.698Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T04:33:06.698Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
2022-06-18T04:33:06.698Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:33:06.698Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:06.723Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:06.724Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526786698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:33:06.822Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-18T04:33:06.834Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:33:06.834Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:06.855Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:33:06.856Z||pool-32-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:33:07.730Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar ASDC sendASDCNotification
2022-06-18T04:33:07.731Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:07.731Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:33:07.731Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:07.746Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:07.746Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526787730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:33:07.842Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-18T04:33:07.844Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:33:07.844Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:07.875Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:33:07.876Z||pool-33-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:33:08.748Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:33:08.776Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:33:08.785Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:33:08.787Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:33:08.787Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:33:38.788Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:33:38.853Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:33:38.882Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:33:38.882Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:33:38.883Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:33:41.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:33:41.862Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:33:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:33:41.898Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:33:41.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526639401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:41.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526639443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:41.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526642986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:41.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:41.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526639401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526639443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526644071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526639401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526639443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526645194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526639401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526639443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:41.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526646220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:33:41.971Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:33:41.971Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T04:33:42.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526639401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:33:42.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:42.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526639443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:33:42.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:33:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526647224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:33:42.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526647226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526647232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526647977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526649990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526650922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:33:42.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "clamp",
  "timestamp": 1655526650995,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:33:42.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:33:42.079Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:33:42.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526651926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:33:42.168Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:33:42.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:33:42.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526665448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:33:42.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "aai-ml",
  "timestamp": 1655526666453,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:33:42.299Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:33:42.299Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:34:08.884Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:34:08.942Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:34:08.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:34:08.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:34:08.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:34:08.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:34:08.953Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:34:08.953Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:34:08.953Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:34:08.955Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:34:08.955Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:34:08.957Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:34:08.957Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:34:09.018Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:34:39.019Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T04:34:39.042Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b and serviceModelVersionId: 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61
2022-06-18T04:34:39.043Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92ed238f-f547-4919-ab3d-ae7936f35c64
2022-06-18T04:34:39.051Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0
2022-06-18T04:34:39.085Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:34:39.223Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T04:34:39.235Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0|INFO|500||Invoke
2022-06-18T04:34:39.304Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T04:34:39.587Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0|INFO|500||InvokeReturn
2022-06-18T04:34:39.601Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220618-04:34:40:055-85598], vertex-id=[430264], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:34:40 GMT], Content-Type=[application/json]}
2022-06-18T04:34:39.602Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:34:39.602Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:34:39.602Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:34:39.619Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T04:34:39.619Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 106b870a-9e5d-4c0e-9378-2bc84454f42b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:34:39.620Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:34:39.620Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:39.630Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:39.631Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526879619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:34:39.734Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T04:34:39.737Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:39.737Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:39.780Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:39.781Z||pool-34-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:34:40.690Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:34:40.692Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:34:40.693Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:34:41.370Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:41.372Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:34:41.373Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4642eec-7e20-4297-8b42-e4e73102bcac","serviceName":"vFW 2022-06-18 04-32-44","serviceVersion":"1.0","serviceUUID":"28b73696-139b-4582-b3e9-2818b06f8455","serviceDescription":"catalog service description","serviceInvariantUUID":"a4a78863-ee14-4aab-bc49-8dcd658607ef","resources":[{"resourceInstanceName":"vFW 400fcb67-9a57 0","resourceName":"vFW 400fcb67-9a57","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51beaf73-b8a6-4725-9d9e-8316968dd383","resourceInvariantUUID":"3c5b5fe1-b024-4858-9669-87640e5362b2","resourceCustomizationUUID":"18139cf0-b757-4818-b5b2-68ce67ffafe9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml","artifactChecksum":"ZGZlZDM5MzQ0ZThhZWRlOTAxYTU1Y2JiMjI5NjZiMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ae7ab06-dbcf-4202-8fa0-95cdf4a84327","artifactVersion":"1"},{"artifactName":"vfw400fcb679a570_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json","artifactChecksum":"NWQyYjZkOGU5MGQyYTllNTdjNmEzYzgwN2Y3MGJhOGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4a9d6909-cde4-47b3-950d-a20fa2ec1199","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2NDMwOTMxODc5NTllZjU1ZWJmNzY1MmEyZjJiZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c238dfe-0a23-42f8-b7c8-76cd4f4866f7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"698b1cfd-325f-493a-8b75-296c8f256a4b","artifactVersion":"2","generatedFromUUID":"4a9d6909-cde4-47b3-950d-a20fa2ec1199"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220618043244-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml","artifactChecksum":"YzY4ODk1YjRmN2I0ZmNiYzM4NjhhMzFlOGNiMmJiOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8e83985-2372-4d45-a13c-7051b0b2c191","artifactVersion":"1"},{"artifactName":"service-Vfw20220618043244-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar","artifactChecksum":"M2M1NjdlZmRhNjQ0N2VkNTBjODA5NDMwMGZiY2JjM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad6eea73-9058-4da4-b248-e920bc381524","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:34:41.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:41.381Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:41.386Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:41.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:34:41.486Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:34:41.488Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:41.489Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:41.502Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:41.504Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:34:41.862Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:34:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:34:41.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:41.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:34:41.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526761645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:34:41.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:34:42.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:42.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:42.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:42.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:34:42.494Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:42.496Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:42.496Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:42.514Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:42.515Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:43.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:43.406Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:43.411Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:43.412Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:34:43.512Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:43.514Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:43.515Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:43.553Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:43.556Z||pool-37-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:34:44.413Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:44.415Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:44.419Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:44.419Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:34:44.519Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:34:44.520Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:44.521Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:44.540Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:44.541Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:45.420Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:45.421Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:45.425Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:45.425Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T04:34:45.525Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:45.527Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:45.527Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:45.552Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:45.552Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:46.426Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:46.427Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:46.431Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:46.431Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:34:46.530Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:34:46.532Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:46.532Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:46.546Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:46.547Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:34:47.433Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:47.434Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:47.437Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:47.438Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:34:47.538Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:47.539Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:47.540Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:47.562Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:47.564Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:48.440Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "serviceName": "vFW 2022-06-18 04-32-44",
  "serviceVersion": "1.0",
  "serviceUUID": "28b73696-139b-4582-b3e9-2818b06f8455",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a4a78863-ee14-4aab-bc49-8dcd658607ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 400fcb67-9a57 0",
      "resourceCustomizationUUID": "18139cf0-b757-4818-b5b2-68ce67ffafe9",
      "resourceName": "vFW 400fcb67-9a57",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51beaf73-b8a6-4725-9d9e-8316968dd383",
      "resourceInvariantUUID": "3c5b5fe1-b024-4858-9669-87640e5362b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw400fcb679a570_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
          "artifactChecksum": "NWQyYjZkOGU5MGQyYTllNTdjNmEzYzgwN2Y3MGJhOGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4a9d6909-cde4-47b3-950d-a20fa2ec1199",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "698b1cfd-325f-493a-8b75-296c8f256a4b",
            "generatedFromUUID": "4a9d6909-cde4-47b3-950d-a20fa2ec1199"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "698b1cfd-325f-493a-8b75-296c8f256a4b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220618043244-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
      "artifactChecksum": "M2M1NjdlZmRhNjQ0N2VkNTBjODA5NDMwMGZiY2JjM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ad6eea73-9058-4da4-b248-e920bc381524"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T04:34:48.441Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:34:48.441Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 28b73696-139b-4582-b3e9-2818b06f8455 ASDC
2022-06-18T04:34:48.442Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c4642eec-7e20-4297-8b42-e4e73102bcac
ServiceName:vFW 2022-06-18 04-32-44
ServiceVersion:1.0
ServiceUUID:28b73696-139b-4582-b3e9-2818b06f8455
ServiceInvariantUUID:a4a78863-ee14-4aab-bc49-8dcd658607ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220618043244-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
ArtifactUUID:ad6eea73-9058-4da4-b248-e920bc381524
ArtifactChecksum:M2M1NjdlZmRhNjQ0N2VkNTBjODA5NDMwMGZiY2JjM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 400fcb67-9a57 0
ResourceCustomizationUUID:18139cf0-b757-4818-b5b2-68ce67ffafe9
ResourceInvariantUUID:3c5b5fe1-b024-4858-9669-87640e5362b2
ResourceName:vFW 400fcb67-9a57
ResourceType:VF
ResourceUUID:51beaf73-b8a6-4725-9d9e-8316968dd383
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw400fcb679a570_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
ArtifactUUID:f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3
ArtifactChecksum:NWQyYjZkOGU5MGQyYTllNTdjNmEzYzgwN2Y3MGJhOGM=
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/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
ArtifactUUID:4a9d6909-cde4-47b3-950d-a20fa2ec1199
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/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
ArtifactUUID:698b1cfd-325f-493a-8b75-296c8f256a4b
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/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
ArtifactUUID:698b1cfd-325f-493a-8b75-296c8f256a4b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T04:34:48.442Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28b73696-139b-4582-b3e9-2818b06f8455 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:34:48.494Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:34:48.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:34:48.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:34:48.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad6eea73-9058-4da4-b248-e920bc381524 from URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:48.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:34:48.496Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:48.678Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:34:48.686Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar ad6eea73-9058-4da4-b248-e920bc381524 99019
2022-06-18T04:34:48.687Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar ASDC sendASDCNotification
2022-06-18T04:34:48.688Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:48.688Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:34:48.689Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:48.694Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:48.694Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526888687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:34:48.802Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-18T04:34:48.804Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:48.804Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:48.853Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:48.854Z||pool-42-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:34:49.696Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:34:49.698Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:34:49.699Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ad6eea73-9058-4da4-b248-e920bc381524, URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar to file: /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:49.699Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220618043244-csar.csar
2022-06-18T04:34:49.700Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:49.700Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:50.222Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12171393143637403805/Definitions/service-Vfw20220618043244-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-18T04:34:54.241Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:34:54.242Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:34:54.243Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.243Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-18T04:34:54.243Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.245Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.245Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.245Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 400fcb67-9a57 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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.245Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.246Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:34:54.246Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.246Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.247Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.247Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:34:54.247Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:34:54.248Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.248Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.249Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.249Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:34:54.250Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:34:54.250Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.251Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.251Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.251Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:54.252Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:54.252Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:34:54.253Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.253Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.253Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.256Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.256Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:54.256Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.257Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:54.258Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.258Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:34:54.258Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.259Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:34:54.259Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.259Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.260Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:54.260Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.260Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.261Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:54.261Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.262Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.262Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:54.263Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.263Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:54.263Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:54.263Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.265Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:54.266Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.266Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:54.266Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.266Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=72019675-ffbc-4653-9f72-6fca273d7abf
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.268Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.268Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.268Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:34:54.268Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:54.269Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T04:34:54.269Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:54.269Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.269Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:54.270Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.270Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=84c617e0-24c1-414a-ae99-b76e37305c60
2022-06-18T04:34:54.270Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.271Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:54.271Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:54.271Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:34:54.272Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.272Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.272Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.273Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:34:54.273Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:54.274Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:54.274Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:54.274Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.274Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.275Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T04:34:54.276Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3241cf00-0d5d-4086-a51a-444492fffd52
2022-06-18T04:34:54.276Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.277Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.277Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.277Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.278Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.278Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.278Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:54.279Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.279Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-18 04-32-44
Description:catalog service description
Model UUID:28b73696-139b-4582-b3e9-2818b06f8455
Model Version:NULL
Model InvariantUuid:a4a78863-ee14-4aab-bc49-8dcd658607ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 400fcb67-9a57
Model UUID:1c851959-abba-4884-89ce-ce983b114de6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c5b5fe1-b024-4858-9669-87640e5362b2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:18139cf0-b757-4818-b5b2-68ce67ffafe9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8e70a51b-aea2-4a63-b720-ea396fde505f
ModelName:Vfw400fcb679a57..base_vfw..module-0
ModelUuid:5aba16e4-f363-4ed0-a5cc-523339cee3f7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:72019675-ffbc-4653-9f72-6fca273d7abf
ModelInvariantUuid:53de5d73-0a99-413d-beac-197db47565af
ModelName:vFW 400fcb67-9a57-nodes.vfwCvfc
ModelUuid:b2611fab-be3c-418a-b0a1-c2f1fdfb21d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:59226ade-c576-49f1-8d38-d660036d23b6
ModelInvariantUuid:25508eda-c7f4-4b24-8b8d-1b4dce35c7d6
ModelName:Vfw400fcb679a57.compute.nodes.heat.vfw
ModelUuid:d733af88-c25a-4c9f-9114-ab9b498e658d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:84c617e0-24c1-414a-ae99-b76e37305c60
ModelInvariantUuid:beeac4ab-d44c-4f59-a6ab-7c12e280873c
ModelName:vFW 400fcb67-9a57-nodes.vsnCvfc
ModelUuid:36f016aa-f9ae-4d4c-bf09-f1eac2c8379d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:684d6a9e-1d36-40b3-b3b8-a157d2bf6b53
ModelInvariantUuid:0446383e-240c-4a04-afe5-3ab936ac0afe
ModelName:Vfw400fcb679a57.compute.nodes.heat.vsn
ModelUuid:33896339-bf58-4767-bc1f-2303b3590758
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3241cf00-0d5d-4086-a51a-444492fffd52
ModelInvariantUuid:cedace25-15f4-4330-aa31-24dd7d7a3c5c
ModelName:vFW 400fcb67-9a57-nodes.vpgCvfc
ModelUuid:ba9c6634-d641-43f9-a360-114c30281351
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cf643600-1ee0-4883-9d86-39e87f60b1fe
ModelInvariantUuid:30a44fe2-d783-4d6f-995b-0e93eb4bea44
ModelName:Vfw400fcb679a57.compute.nodes.heat.vpg
ModelUuid:7942df75-4776-4f6d-b7e6-dab77a6f815e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T04:34:54.294Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 51beaf73-b8a6-4725-9d9e-8316968dd383
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:34:54.301Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||vFW 400fcb67-9a57 0
2022-06-18T04:34:54.302Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51beaf73-b8a6-4725-9d9e-8316968dd383
2022-06-18T04:34:54.302Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3 from URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
2022-06-18T04:34:54.302Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:34:54.303Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
2022-06-18T04:34:54.382Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:34:54.383Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3 785
2022-06-18T04:34:54.383Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json ASDC sendASDCNotification
2022-06-18T04:34:54.383Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
2022-06-18T04:34:54.384Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:34:54.385Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:54.388Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:54.389Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526894383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:34:54.489Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:54.491Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:54.491Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:54.508Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:54.510Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:55.390Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw400fcb679a57..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8e70a51b-aea2-4a63-b720-ea396fde505f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5aba16e4-f363-4ed0-a5cc-523339cee3f7",
    "vfModuleModelCustomizationUUID": "44b8d21e-0932-49c5-a61c-a8bce8a66d52",
    "isBase": true,
    "artifacts": [
      "4a9d6909-cde4-47b3-950d-a20fa2ec1199",
      "698b1cfd-325f-493a-8b75-296c8f256a4b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:34:55.398Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw400fcb679a57..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5aba16e4-f363-4ed0-a5cc-523339cee3f7
VfModuleModelInvariantUUID:8e70a51b-aea2-4a63-b720-ea396fde505f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a9d6909-cde4-47b3-950d-a20fa2ec1199
,
698b1cfd-325f-493a-8b75-296c8f256a4b

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

isBase:true


}

2022-06-18T04:34:55.402Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw400fcb679a57..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8e70a51b-aea2-4a63-b720-ea396fde505f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5aba16e4-f363-4ed0-a5cc-523339cee3f7",
    "vfModuleModelCustomizationUUID": "44b8d21e-0932-49c5-a61c-a8bce8a66d52",
    "isBase": true,
    "artifacts": [
      "4a9d6909-cde4-47b3-950d-a20fa2ec1199",
      "698b1cfd-325f-493a-8b75-296c8f256a4b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:34:55.402Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw400fcb679a57..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5aba16e4-f363-4ed0-a5cc-523339cee3f7
VfModuleModelInvariantUUID:8e70a51b-aea2-4a63-b720-ea396fde505f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a9d6909-cde4-47b3-950d-a20fa2ec1199
,
698b1cfd-325f-493a-8b75-296c8f256a4b

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

isBase:true


}

2022-06-18T04:34:55.403Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a9d6909-cde4-47b3-950d-a20fa2ec1199 from URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
2022-06-18T04:34:55.403Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:34:55.403Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
2022-06-18T04:34:55.488Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:34:55.491Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml 4a9d6909-cde4-47b3-950d-a20fa2ec1199 20368
2022-06-18T04:34:55.492Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T04:34:55.492Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
2022-06-18T04:34:55.492Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:34:55.492Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:55.502Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:55.503Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526895491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:34:55.598Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-18T04:34:55.599Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:55.599Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:55.623Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:55.624Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:34:56.505Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 698b1cfd-325f-493a-8b75-296c8f256a4b from URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
2022-06-18T04:34:56.505Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:34:56.506Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
2022-06-18T04:34:56.635Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:34:56.636Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env 698b1cfd-325f-493a-8b75-296c8f256a4b 2098
2022-06-18T04:34:56.638Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T04:34:56.638Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
2022-06-18T04:34:56.638Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:34:56.639Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:56.647Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:56.648Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526896638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:34:56.754Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-18T04:34:56.755Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:56.755Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:56.776Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:56.777Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:57.649Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 28b73696-139b-4582-b3e9-2818b06f8455
2022-06-18T04:34:57.658Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 400fcb67-9a57 0 51beaf73-b8a6-4725-9d9e-8316968dd383 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:34:57.699Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@622ad5e9, org.onap.sdc.toscaparser.api.parameters.Input@16ec8d7, org.onap.sdc.toscaparser.api.parameters.Input@173b2437, org.onap.sdc.toscaparser.api.parameters.Input@1d486b7b, org.onap.sdc.toscaparser.api.parameters.Input@29f970a6]
2022-06-18T04:34:57.702Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.703Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.703Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-18T04:34:57.704Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 18139cf0-b757-4818-b5b2-68ce67ffafe9
2022-06-18T04:34:57.704Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18139cf0-b757-4818-b5b2-68ce67ffafe9 matches Tosca VF Customization UUID: 18139cf0-b757-4818-b5b2-68ce67ffafe9
2022-06-18T04:34:57.704Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 18139cf0-b757-4818-b5b2-68ce67ffafe9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T04:34:57.709Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.710Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.712Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 18139cf0-b757-4818-b5b2-68ce67ffafe9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-18T04:34:57.713Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e3f0297
2022-06-18T04:34:57.724Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.724Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:34:57.724Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44b8d21e-0932-49c5-a61c-a8bce8a66d52
2022-06-18T04:34:57.724Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44b8d21e-0932-49c5-a61c-a8bce8a66d52
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T04:34:57.729Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.730Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.730Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:57.731Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.731Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.731Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:57.732Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.732Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:57.733Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:57.733Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T04:34:57.735Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:57.741Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:57.742Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:57.742Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.743Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:57.743Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:57.743Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:57.744Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:57.744Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.745Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=72019675-ffbc-4653-9f72-6fca273d7abf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:34:57.757Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.758Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.758Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:57.759Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.759Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:57.759Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:57.759Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:34:57.760Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.760Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:57.760Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.761Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:34:57.761Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:57.761Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T04:34:57.762Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:57.762Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:57.763Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:57.763Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.763Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=84c617e0-24c1-414a-ae99-b76e37305c60
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:34:57.772Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.773Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.773Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:57.774Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.774Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:57.775Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:57.775Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:34:57.775Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.776Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:57.776Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.776Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:34:57.777Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:57.778Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:57.778Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:57.779Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.779Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:57.779Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T04:34:57.779Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3241cf00-0d5d-4086-a51a-444492fffd52
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:34:57.787Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.788Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.788Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:57.789Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.790Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.790Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=18139cf0-b757-4818-b5b2-68ce67ffafe9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:34:57.795Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.795Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.796Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 28b73696-139b-4582-b3e9-2818b06f8455: vFW 400fcb67-9a57
2022-06-18T04:34:57.796Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.796Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.797Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.797Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.797Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.798Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.798Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.798Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.798Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:34:57.799Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.799Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-18 04-32-44 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:34:58.300Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 400fcb67-9a57 51beaf73-b8a6-4725-9d9e-8316968dd383 1 ASDC deployResourceStructure
2022-06-18T04:34:58.301Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json ASDC sendASDCNotification
2022-06-18T04:34:58.301Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
2022-06-18T04:34:58.302Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:34:58.302Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:58.307Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:58.307Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526898301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:34:58.407Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:58.409Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:58.409Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:58.439Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:58.440Z||pool-46-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:59.311Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T04:34:59.312Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
2022-06-18T04:34:59.312Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:34:59.312Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:59.325Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:59.326Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526899311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:34:59.429Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:34:59.438Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:34:59.439Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:59.466Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:34:59.466Z||pool-47-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:35:00.345Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T04:35:00.346Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
2022-06-18T04:35:00.347Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:35:00.348Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:35:00.356Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:35:00.357Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526900330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:35:00.456Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:35:00.457Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:35:00.457Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:35:00.475Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:35:00.476Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:35:01.362Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar ASDC sendASDCNotification
2022-06-18T04:35:01.366Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
2022-06-18T04:35:01.366Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:35:01.367Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:35:01.369Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:35:01.370Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526901361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:35:01.470Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:35:01.472Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:35:01.472Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:35:01.488Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:35:01.489Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:35:02.372Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:35:02.394Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:35:02.399Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:35:02.400Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:35:02.400Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:35:32.401Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:35:32.425Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:35:32.441Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:35:32.442Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:35:32.442Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:35:41.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:35:41.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:35:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:35:41.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:35:41.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:35:41.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:35:41.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:35:41.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:35:41.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:35:41.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:35:41.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:35:41.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:35:41.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T04:35:41.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:35:41.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:35:41.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:35:41.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526762688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:35:41.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:35:41.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526774546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:35:41.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:35:41.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526780560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:35:41.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:35:41.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526781659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:35:41.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:35:41.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526782758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:35:41.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:35:41.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526784665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:35:41.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:35:41.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526785676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:35:41.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:35:41.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526786698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:35:41.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:35:41.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:35:41.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526787730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:35:41.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:02.442Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:36:02.460Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:36:02.466Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:36:02.467Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:36:02.467Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:36:32.467Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:36:32.491Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:36:32.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:36:32.496Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:36:32.496Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:36:41.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:36:41.862Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:36:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:36:41.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:36:41.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526838092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526838450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526846054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526838092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:36:41.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526838450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526846054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526838092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526838450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526846054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:36:41.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526838092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526838450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526846054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526849402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526849445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526838092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526838450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526846054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526849402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526849445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526838092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526838450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526846054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526849402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526849445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526838092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:36:41.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526838450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:36:41.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526846054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:36:41.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526849402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526849445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526852110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526849402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526853942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:36:41.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:41.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526849445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526852110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526854087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:36:41.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:41.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526849402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:41.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:41.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:41.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "cds",
  "timestamp": 1655526854954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:36:41.957Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4642eec-7e20-4297-8b42-e4e73102bcac
2022-06-18T04:36:41.958Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4642eec-7e20-4297-8b42-e4e73102bcac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:36:42.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526849445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526855104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:36:42.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526852110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526855214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526849402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:36:42.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526852110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526849445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:36:42.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "policy-id",
  "timestamp": 1655526856110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:36:42.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4642eec-7e20-4297-8b42-e4e73102bcac
2022-06-18T04:36:42.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4642eec-7e20-4297-8b42-e4e73102bcac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:36:42.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526855214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:36:42.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526852110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526857303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:36:42.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526855214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:36:42.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526857320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:36:42.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526858010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:36:42.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526852110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526855214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655526852110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526855214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T04:36:42.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526860022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:36:42.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526855214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526860722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:36:42.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "clamp",
  "timestamp": 1655526861027,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:36:42.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c4642eec-7e20-4297-8b42-e4e73102bcac
2022-06-18T04:36:42.081Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4642eec-7e20-4297-8b42-e4e73102bcac and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:36:42.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526855214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:36:42.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:36:42.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655526861726,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:36:42.131Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4642eec-7e20-4297-8b42-e4e73102bcac
2022-06-18T04:36:42.132Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4642eec-7e20-4297-8b42-e4e73102bcac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:36:42.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526862992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:36:42.159Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526864077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:36:42.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526865151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:36:42.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526866192,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:36:42.168Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4642eec-7e20-4297-8b42-e4e73102bcac
2022-06-18T04:36:42.168Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4642eec-7e20-4297-8b42-e4e73102bcac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T04:36:42.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655526867195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:36:42.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526875156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:36:42.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "aai-ml",
  "timestamp": 1655526876160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:36:42.189Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4642eec-7e20-4297-8b42-e4e73102bcac
2022-06-18T04:36:42.189Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4642eec-7e20-4297-8b42-e4e73102bcac and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:36:42.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526879619,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:36:42.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:36:42.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:36:42.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:36:42.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:37:02.496Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:37:02.513Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:37:02.520Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:37:02.521Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:37:02.521Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:37:02.521Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:37:02.521Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:37:02.522Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:37:02.522Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:37:02.522Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:37:02.522Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:37:02.522Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:37:02.522Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:37:02.531Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:37:32.531Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4642eec-7e20-4297-8b42-e4e73102bcac and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T04:37:32.542Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4642eec-7e20-4297-8b42-e4e73102bcac and serviceModelVersionId: 28b73696-139b-4582-b3e9-2818b06f8455
2022-06-18T04:37:32.542Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4a78863-ee14-4aab-bc49-8dcd658607ef
2022-06-18T04:37:32.543Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4a78863-ee14-4aab-bc49-8dcd658607ef/model-vers/model-ver/28b73696-139b-4582-b3e9-2818b06f8455?depth=0
2022-06-18T04:37:32.551Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:37:32.640Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4a78863-ee14-4aab-bc49-8dcd658607ef/model-vers/model-ver/28b73696-139b-4582-b3e9-2818b06f8455?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T04:37:32.643Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4a78863-ee14-4aab-bc49-8dcd658607ef/model-vers/model-ver/28b73696-139b-4582-b3e9-2818b06f8455?depth=0|INFO|500||Invoke
2022-06-18T04:37:32.688Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4a78863-ee14-4aab-bc49-8dcd658607ef/model-vers/model-ver/28b73696-139b-4582-b3e9-2818b06f8455?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T04:37:32.927Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4a78863-ee14-4aab-bc49-8dcd658607ef/model-vers/model-ver/28b73696-139b-4582-b3e9-2818b06f8455?depth=0|INFO|500||InvokeReturn
2022-06-18T04:37:32.928Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4a78863-ee14-4aab-bc49-8dcd658607ef/model-vers/model-ver/28b73696-139b-4582-b3e9-2818b06f8455?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-04:37:33:438-65406], vertex-id=[159936], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:37:33 GMT], Content-Type=[application/json]}
2022-06-18T04:37:32.929Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:37:32.930Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:37:32.930Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:37:32.943Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T04:37:32.944Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4642eec-7e20-4297-8b42-e4e73102bcac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:37:32.944Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:37:32.945Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:37:32.950Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:37:32.950Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527052944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:37:33.050Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:37:33.052Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:37:33.052Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:37:33.105Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:37:33.107Z||pool-50-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:37:33.978Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:37:33.979Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:37:33.979Z|c4642eec-7e20-4297-8b42-e4e73102bcac|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:37:41.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:37:41.867Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:37:41.867Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:37:41.954Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:37:41.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:37:41.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:37:41.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:37:41.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:37:41.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:37:41.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:37:41.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-18T04:37:41.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:37:41.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:37:41.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:37:41.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526880690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:37:41.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:37:41.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526888687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:37:41.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:37:41.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526894383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:37:41.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:37:41.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526895491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:37:41.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:37:41.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526896638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:37:41.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:37:41.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526898301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:37:41.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:37:41.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526899311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:37:41.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:37:41.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526900330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:37:41.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:37:41.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:37:41.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655526901361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:37:41.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:37:44.335Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:37:44.336Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:37:44.337Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:37:44.337Z|c4642eec-7e20-4297-8b42-e4e73102bcac|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:37:53.916Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:37:53.918Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:37:53.919Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:37:53.919Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:38:03.482Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:38:03.483Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:38:03.484Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:38:03.484Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:38:13.046Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:38:13.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:38:13.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:38:13.048Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:38:22.670Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:38:22.673Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:38:22.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:38:22.676Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:38:32.257Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:38:32.258Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:38:32.259Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:38:32.260Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:38:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:38:41.862Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:38:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:38:41.904Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:38:41.905Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:38:41.906Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:38:41.906Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:38:42.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:38:42.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:38:42.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527052944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:38:42.406Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:38:51.471Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:39:41.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:39:41.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:39:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:39:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:39:41.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:39:41.871Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:39:51.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:39:51.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:40:41.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:40:41.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:40:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:40:41.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:40:41.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:40:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:40:51.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:40:51.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:41:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:41:41.858Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:41:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:41:41.860Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:41:41.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:41:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:41:51.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:41:51.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:42:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:42:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:42:41.863Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:42:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:42:41.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:42:41.878Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:42:51.447Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:42:51.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:43:41.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:43:41.857Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:43:41.857Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:43:41.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:43:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:43:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:43:42.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:43:42.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527375214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:43:42.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527372110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:43:42.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "policy-id",
  "timestamp": 1655527366057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:43:42.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527375214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "policy-id",
  "timestamp": 1655527366057,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527372110,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "policy-id",
  "timestamp": 1655527378454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:43:42.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "clamp",
  "timestamp": 1655527378092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:43:42.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "cds",
  "timestamp": 1655527378450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:43:42.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "policy-id",
  "timestamp": 1655527379459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:43:42.565Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "clamp",
  "timestamp": 1655527378092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:43:42.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "cds",
  "timestamp": 1655527378450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:43:42.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "policy-id",
  "timestamp": 1655527380462,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-06-18T04:43:42.586Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:43:42.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b91fb228-44d1-4442-ac1f-80f02ce08eeb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b1e2ce84-f1ac-461e-81d3-9aef60e60eda","serviceDescription":"service","serviceInvariantUUID":"2ffb49eb-5b02-429d-95be-f9782dc221cd","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"08ce3882-2335-4557-9c44-19a67bcfe75d","resourceInvariantUUID":"ac743aed-0dc6-48dc-896b-e9d22d3049bb","resourceCustomizationUUID":"92b96ec5-bc20-441b-902d-65a458f513c2","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":"ZDAyNWNmODBlZWExMmIyMzhiMDM2MDExNjEwNmVmN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9365ace1-a13a-4e8b-b846-6f0c988f9768","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDAzMzVhYjIyYzY4ZGMzMTM3N2Y2ZWI2ZmVkYzk5ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c53c913-192e-4b42-8b94-08d0eb373b00","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:43:42.592Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:43:42.592Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:43:42.622Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:43:42.622Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527421856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:43:42.665Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b91fb228-44d1-4442-ac1f-80f02ce08eeb
2022-06-18T04:43:42.666Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b91fb228-44d1-4442-ac1f-80f02ce08eeb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:43:42.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "cds",
  "timestamp": 1655527381438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:43:42.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "cds",
  "timestamp": 1655527382445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:43:42.717Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b91fb228-44d1-4442-ac1f-80f02ce08eeb
2022-06-18T04:43:42.718Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b91fb228-44d1-4442-ac1f-80f02ce08eeb and ComponentName cds
2022-06-18T04:43:42.718Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-18T04:43:42.719Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:43:42.719Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:43:42.740Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:43:42.742Z||pool-51-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:43:42.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "clamp",
  "timestamp": 1655527383483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:43:42.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "clamp",
  "timestamp": 1655527385104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:43:42.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "clamp",
  "timestamp": 1655527386109,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:43:42.764Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b91fb228-44d1-4442-ac1f-80f02ce08eeb
2022-06-18T04:43:42.764Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b91fb228-44d1-4442-ac1f-80f02ce08eeb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:43:42.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "aai-ml",
  "timestamp": 1655527389402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:43:42.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527389443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:43:42.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "aai-ml",
  "timestamp": 1655527389402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:43:42.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527389443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:43:42.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:43:42.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "aai-ml",
  "timestamp": 1655527392249,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:43:42.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527392253,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:43:42.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527393949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:43:42.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527394954,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:43:42.829Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b91fb228-44d1-4442-ac1f-80f02ce08eeb
2022-06-18T04:43:42.830Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b91fb228-44d1-4442-ac1f-80f02ce08eeb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:43:42.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "aai-ml",
  "timestamp": 1655527398555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:43:42.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:43:42.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:43:42.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "aai-ml",
  "timestamp": 1655527399559,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:43:42.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b91fb228-44d1-4442-ac1f-80f02ce08eeb
2022-06-18T04:43:42.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b91fb228-44d1-4442-ac1f-80f02ce08eeb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:43:43.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:43:43.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:43:43.643Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:43:43.661Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527421856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:43:43.738Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-06-18T04:43:43.742Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:43:43.743Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:43:43.769Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:43:43.770Z||pool-52-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:43:44.663Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b1e2ce84-f1ac-461e-81d3-9aef60e60eda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ffb49eb-5b02-429d-95be-f9782dc221cd",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "92b96ec5-bc20-441b-902d-65a458f513c2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "08ce3882-2335-4557-9c44-19a67bcfe75d",
      "resourceInvariantUUID": "ac743aed-0dc6-48dc-896b-e9d22d3049bb",
      "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": "ZDAzMzVhYjIyYzY4ZGMzMTM3N2Y2ZWI2ZmVkYzk5ZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c53c913-192e-4b42-8b94-08d0eb373b00"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T04:43:44.664Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:43:44.664Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b1e2ce84-f1ac-461e-81d3-9aef60e60eda ASDC
2022-06-18T04:43:44.664Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b91fb228-44d1-4442-ac1f-80f02ce08eeb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b1e2ce84-f1ac-461e-81d3-9aef60e60eda
ServiceInvariantUUID:2ffb49eb-5b02-429d-95be-f9782dc221cd
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:2c53c913-192e-4b42-8b94-08d0eb373b00
ArtifactChecksum:ZDAzMzVhYjIyYzY4ZGMzMTM3N2Y2ZWI2ZmVkYzk5ZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:92b96ec5-bc20-441b-902d-65a458f513c2
ResourceInvariantUUID:ac743aed-0dc6-48dc-896b-e9d22d3049bb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:08ce3882-2335-4557-9c44-19a67bcfe75d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-18T04:43:44.665Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1e2ce84-f1ac-461e-81d3-9aef60e60eda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:43:44.790Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:43:44.797Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:43:44.798Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:43:44.799Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c53c913-192e-4b42-8b94-08d0eb373b00 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-18T04:43:44.799Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:43:44.799Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-18T04:43:44.970Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:43:44.986Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2c53c913-192e-4b42-8b94-08d0eb373b00 52502
2022-06-18T04:43:44.987Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-18T04:43:44.987Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-18T04:43:44.987Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:43:44.988Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:43:44.993Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:43:44.993Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527424987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:43:45.093Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:43:45.094Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:43:45.095Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:43:45.115Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:43:45.117Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:43:45.995Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:43:45.996Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:43:45.997Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2c53c913-192e-4b42-8b94-08d0eb373b00, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:45.997Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-18T04:43:45.998Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:45.999Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:46.307Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3486363054470469378/Definitions/service-BasicNetwork-template.yml
2022-06-18T04:43:47.300Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:43:47.301Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T04:43:47.302Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.302Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-18T04:43:47.302Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.302Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.302Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.302Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.302Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.302Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.303Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.303Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.303Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T04:43:47.303Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.303Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.304Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-18T04:43:47.304Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T04:43:47.304Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:43:47.304Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.304Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.305Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-18T04:43:47.305Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T04:43:47.305Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:43:47.305Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.305Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.306Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.306Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.306Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.307Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.307Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.307Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.307Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.307Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.307Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b1e2ce84-f1ac-461e-81d3-9aef60e60eda
Model Version:NULL
Model InvariantUuid:2ffb49eb-5b02-429d-95be-f9782dc221cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ac743aed-0dc6-48dc-896b-e9d22d3049bb
Model UUID:a78d3192-fb79-4586-98fa-45839f2d905b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:92b96ec5-bc20-441b-902d-65a458f513c2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T04:43:47.329Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 08ce3882-2335-4557-9c44-19a67bcfe75d
2022-06-18T04:43:47.330Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||No resources found for Service: b1e2ce84-f1ac-461e-81d3-9aef60e60eda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:43:47.348Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||
2022-06-18T04:43:47.349Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-18T04:43:47.350Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b1e2ce84-f1ac-461e-81d3-9aef60e60eda
2022-06-18T04:43:47.350Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b1e2ce84-f1ac-461e-81d3-9aef60e60eda
2022-06-18T04:43:47.350Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-18T04:43:47.350Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:43:47.367Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47b8295f, org.onap.sdc.toscaparser.api.parameters.Input@225c086c, org.onap.sdc.toscaparser.api.parameters.Input@68f22b24, org.onap.sdc.toscaparser.api.parameters.Input@2226dc88, org.onap.sdc.toscaparser.api.parameters.Input@2452eb42]
2022-06-18T04:43:47.370Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.371Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.371Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.371Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.371Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b1e2ce84-f1ac-461e-81d3-9aef60e60eda: Generic NeutronNet
2022-06-18T04:43:47.372Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.372Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.372Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.372Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-18T04:43:47.472Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.473Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.474Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.474Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.475Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:43:47.475Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:43:47.476Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-18T04:43:47.597Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-18T04:43:47.599Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-18T04:43:47.599Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-18T04:43:47.599Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:43:47.599Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:43:47.602Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:43:47.603Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527427599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:43:47.704Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T04:43:47.706Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:43:47.706Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:43:47.730Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:43:47.731Z||pool-54-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:43:48.605Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b91fb228-44d1-4442-ac1f-80f02ce08eeb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:43:48.630Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b91fb228-44d1-4442-ac1f-80f02ce08eeb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:43:48.638Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:43:48.638Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:43:48.638Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:43:48.639Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:43:48.639Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:43:48.639Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:43:48.639Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:43:48.639Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:43:48.639Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:43:48.640Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:43:48.640Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:43:48.649Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:44:18.653Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b91fb228-44d1-4442-ac1f-80f02ce08eeb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T04:44:18.679Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b91fb228-44d1-4442-ac1f-80f02ce08eeb and serviceModelVersionId: b1e2ce84-f1ac-461e-81d3-9aef60e60eda
2022-06-18T04:44:18.680Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ffb49eb-5b02-429d-95be-f9782dc221cd
2022-06-18T04:44:18.682Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ffb49eb-5b02-429d-95be-f9782dc221cd/model-vers/model-ver/b1e2ce84-f1ac-461e-81d3-9aef60e60eda?depth=0
2022-06-18T04:44:18.692Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:44:18.845Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ffb49eb-5b02-429d-95be-f9782dc221cd/model-vers/model-ver/b1e2ce84-f1ac-461e-81d3-9aef60e60eda?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T04:44:18.847Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ffb49eb-5b02-429d-95be-f9782dc221cd/model-vers/model-ver/b1e2ce84-f1ac-461e-81d3-9aef60e60eda?depth=0|INFO|500||Invoke
2022-06-18T04:44:18.916Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ffb49eb-5b02-429d-95be-f9782dc221cd/model-vers/model-ver/b1e2ce84-f1ac-461e-81d3-9aef60e60eda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T04:44:19.450Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ffb49eb-5b02-429d-95be-f9782dc221cd/model-vers/model-ver/b1e2ce84-f1ac-461e-81d3-9aef60e60eda?depth=0|INFO|500||InvokeReturn
2022-06-18T04:44:19.464Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ffb49eb-5b02-429d-95be-f9782dc221cd/model-vers/model-ver/b1e2ce84-f1ac-461e-81d3-9aef60e60eda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-04:44:19:687-7145], vertex-id=[164032], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:44:19 GMT], Content-Type=[application/json]}
2022-06-18T04:44:19.465Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:44:19.468Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:44:19.468Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:44:19.476Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T04:44:19.477Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b91fb228-44d1-4442-ac1f-80f02ce08eeb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:44:19.478Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:44:19.478Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:19.485Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:19.486Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527459477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:44:19.597Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-06-18T04:44:19.599Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:19.599Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:19.651Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:19.661Z||pool-55-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:44:41.856Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:44:41.858Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:44:41.858Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:44:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:44:41.861Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:44:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:44:41.987Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:41.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:44:41.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527421856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:44:41.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:44:42.498Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:42.500Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T04:44:42.500Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a7e94c20-02e5-49c2-a06d-c6c01b791a80","serviceDescription":"service","serviceInvariantUUID":"acd6db04-ec8b-4d10-b753-678b31d40d97","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e82abd4a-2298-45c8-aed7-6b5743772a3f","resourceInvariantUUID":"25874e56-9490-4bb3-9fa9-51397391a30e","resourceCustomizationUUID":"f99c01d5-b039-40f2-8a76-3e44adbc1f18","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":"MGRjNDFlMmNlMmQ5YzUzMzAyODI5ODU2ZTBlNWU2MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40fae66e-c1c1-43f1-ad81-ca81e8f6b993","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":"59635604-6ac5-4661-a945-f3c1ffe2239a","artifactVersion":"2","generatedFromUUID":"eb424608-2e2b-4a20-a66f-9f697ac2ee94"},{"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":"eb424608-2e2b-4a20-a66f-9f697ac2ee94","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":"MTU1NDA4ZWYzNTIxMGVlYWQ4NTBmZDUxYjQ2ZTY3OTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f0da9f4-f761-4268-9c6e-943f63a41b20","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":"63ecdb52-721e-48c7-8489-1aa85770a506","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":"66015762-a0f8-4708-942f-d8de7513f054","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":"c126eb6b-264e-4c49-a007-c6149ca6e539","artifactVersion":"2","generatedFromUUID":"63ecdb52-721e-48c7-8489-1aa85770a506"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGI4NWQ2ZWQwYzlhZDAwMTAwYjdlNjU3ZTA2MzdmZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3acc6630-2e9d-4832-8027-017fe6d93a98","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTdkMjE2NTVjNzE5ODVkMjA4MDk1MTExNTc4ZWZkZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47517801-a9fb-4580-81ab-3528cfac5304","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:44:42.504Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:42.505Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:42.508Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:42.509Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:44:42.608Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:44:42.609Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:42.610Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:42.626Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:42.627Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:43.510Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:43.511Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:43.551Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:43.551Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-18T04:44:43.642Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-18T04:44:43.643Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:43.645Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:43.668Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:43.672Z||pool-57-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:44:44.552Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:44.553Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:44.566Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:44.566Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-18T04:44:44.665Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:44:44.667Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:44.667Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:44.688Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:44.696Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:44:45.576Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:45.577Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:45.584Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:45.585Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:44:45.684Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:44:45.685Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:45.685Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:45.706Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:45.706Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:46.587Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:46.588Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:46.592Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:46.593Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:44:46.692Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:44:46.694Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:46.694Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:46.712Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:46.713Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:47.594Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:47.595Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:47.598Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:47.599Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:44:47.699Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:44:47.700Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:47.700Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:47.714Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:47.715Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:48.599Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:48.600Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:48.606Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:48.607Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-18T04:44:48.706Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:44:48.708Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:48.708Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:48.722Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:48.724Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:44:49.608Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:49.610Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:49.628Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:49.628Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:44:49.728Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:44:49.729Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:49.730Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:49.756Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:49.757Z||pool-63-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:50.629Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:44:50.630Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:50.654Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:50.654Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:44:50.753Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-18T04:44:50.755Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:50.755Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:50.777Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:50.778Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:51.663Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "a7e94c20-02e5-49c2-a06d-c6c01b791a80",
  "serviceDescription": "service",
  "serviceInvariantUUID": "acd6db04-ec8b-4d10-b753-678b31d40d97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f99c01d5-b039-40f2-8a76-3e44adbc1f18",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e82abd4a-2298-45c8-aed7-6b5743772a3f",
      "resourceInvariantUUID": "25874e56-9490-4bb3-9fa9-51397391a30e",
      "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": "59635604-6ac5-4661-a945-f3c1ffe2239a",
          "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": "eb424608-2e2b-4a20-a66f-9f697ac2ee94",
          "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": "MTU1NDA4ZWYzNTIxMGVlYWQ4NTBmZDUxYjQ2ZTY3OTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3f0da9f4-f761-4268-9c6e-943f63a41b20",
          "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": "63ecdb52-721e-48c7-8489-1aa85770a506",
          "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": "c126eb6b-264e-4c49-a007-c6149ca6e539",
            "generatedFromUUID": "63ecdb52-721e-48c7-8489-1aa85770a506"
          },
          "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": "c126eb6b-264e-4c49-a007-c6149ca6e539",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YTdkMjE2NTVjNzE5ODVkMjA4MDk1MTExNTc4ZWZkZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47517801-a9fb-4580-81ab-3528cfac5304"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T04:44:51.663Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:44:51.665Z|b91fb228-44d1-4442-ac1f-80f02ce08eeb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a7e94c20-02e5-49c2-a06d-c6c01b791a80 ASDC
2022-06-18T04:44:51.666Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:a7e94c20-02e5-49c2-a06d-c6c01b791a80
ServiceInvariantUUID:acd6db04-ec8b-4d10-b753-678b31d40d97
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:47517801-a9fb-4580-81ab-3528cfac5304
ArtifactChecksum:YTdkMjE2NTVjNzE5ODVkMjA4MDk1MTExNTc4ZWZkZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f99c01d5-b039-40f2-8a76-3e44adbc1f18
ResourceInvariantUUID:25874e56-9490-4bb3-9fa9-51397391a30e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e82abd4a-2298-45c8-aed7-6b5743772a3f
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:59635604-6ac5-4661-a945-f3c1ffe2239a
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:eb424608-2e2b-4a20-a66f-9f697ac2ee94
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:3f0da9f4-f761-4268-9c6e-943f63a41b20
ArtifactChecksum:MTU1NDA4ZWYzNTIxMGVlYWQ4NTBmZDUxYjQ2ZTY3OTg=
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:63ecdb52-721e-48c7-8489-1aa85770a506
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:c126eb6b-264e-4c49-a007-c6149ca6e539
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:c126eb6b-264e-4c49-a007-c6149ca6e539
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T04:44:51.666Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e94c20-02e5-49c2-a06d-c6c01b791a80 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:44:51.767Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:44:51.768Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:44:51.768Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:44:51.768Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 47517801-a9fb-4580-81ab-3528cfac5304 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-18T04:44:51.768Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:44:51.769Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-18T04:44:51.857Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:44:51.863Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 47517801-a9fb-4580-81ab-3528cfac5304 68964
2022-06-18T04:44:51.863Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-18T04:44:51.863Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-18T04:44:51.863Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:44:51.864Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:51.866Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:51.867Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527491863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:44:51.967Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-06-18T04:44:51.968Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:51.968Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:51.993Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:51.994Z||pool-65-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:52.885Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:44:52.890Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:44:52.890Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 47517801-a9fb-4580-81ab-3528cfac5304, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T04:44:52.891Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-18T04:44:52.891Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T04:44:52.891Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T04:44:53.087Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14295291135026031158/Definitions/service-BasicCnf-template.yml
2022-06-18T04:44:55.048Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:44:55.049Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T04:44:55.049Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T04:44:55.049Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-18T04:44:55.049Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T04:44:55.049Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T04:44:55.050Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T04:44:55.050Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-18T04:44:55.050Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T04:44:55.050Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.050Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:44:55.051Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:44:55.051Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T04:44:55.051Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:44:55.052Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.052Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:44:55.052Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:44:55.052Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T04:44:55.052Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:44:55.053Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.053Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:44:55.053Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.053Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-18T04:44:55.054Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-18T04:44:55.054Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-18T04:44:55.054Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:44:55.054Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.055Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:44:55.055Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.055Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:44:55.055Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:44:55.056Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.056Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:44:55.056Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:44:55.056Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.057Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:44:55.057Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:44:55.057Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.057Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-18T04:44:55.057Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-18T04:44:55.058Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6e4cc0c1-3d2b-4213-809f-062349d2491e
2022-06-18T04:44:55.058Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.058Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:44:55.058Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.060Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:44:55.061Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.061Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:44:55.061Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:44:55.062Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:44:55.063Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:a7e94c20-02e5-49c2-a06d-c6c01b791a80
Model Version:NULL
Model InvariantUuid:acd6db04-ec8b-4d10-b753-678b31d40d97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:cfe231e9-5ebc-45a2-9cf4-ce3f0400db3a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:25874e56-9490-4bb3-9fa9-51397391a30e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f99c01d5-b039-40f2-8a76-3e44adbc1f18
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7c9d9db9-79a7-4b44-9140-fbf3c6a6d226
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e5615e39-6331-42f5-9b00-9210658483b9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6e4cc0c1-3d2b-4213-809f-062349d2491e
ModelInvariantUuid:eacab62f-150d-4726-bdf8-c9faef9d938b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d7241d35-c0b7-461d-b84c-28be314b5dea
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a8289a18-58f0-40fc-a3ff-309ce4c2249b
ModelInvariantUuid:82dd501b-25b9-4334-96a7-153943066ff7
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e9a6ce08-675d-42cd-863a-253955c03674
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T04:44:55.084Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e82abd4a-2298-45c8-aed7-6b5743772a3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:44:55.092Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-06-18T04:44:55.093Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e82abd4a-2298-45c8-aed7-6b5743772a3f
2022-06-18T04:44:55.093Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 59635604-6ac5-4661-a945-f3c1ffe2239a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-18T04:44:55.094Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:44:55.094Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-18T04:44:55.189Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:44:55.190Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 59635604-6ac5-4661-a945-f3c1ffe2239a 12
2022-06-18T04:44:55.191Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-18T04:44:55.191Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-18T04:44:55.191Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:44:55.192Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:55.197Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:55.198Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527495191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:44:55.297Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:44:55.299Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:55.300Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:55.319Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:55.321Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:56.199Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eb424608-2e2b-4a20-a66f-9f697ac2ee94 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-18T04:44:56.200Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:44:56.200Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-18T04:44:56.328Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:44:56.331Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz eb424608-2e2b-4a20-a66f-9f697ac2ee94 2688
2022-06-18T04:44:56.343Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-18T04:44:56.344Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-18T04:44:56.344Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:44:56.349Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:56.362Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:56.363Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527496343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:44:56.470Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-18T04:44:56.471Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:56.471Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:56.494Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:56.495Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:44:57.368Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f0da9f4-f761-4268-9c6e-943f63a41b20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-18T04:44:57.369Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:44:57.371Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-18T04:44:57.552Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:44:57.553Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3f0da9f4-f761-4268-9c6e-943f63a41b20 828
2022-06-18T04:44:57.554Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-18T04:44:57.554Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-18T04:44:57.555Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:44:57.555Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:57.560Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:57.561Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527497554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:44:57.661Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:44:57.663Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:57.663Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:57.688Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:57.689Z||pool-68-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:58.562Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7c9d9db9-79a7-4b44-9140-fbf3c6a6d226",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e5615e39-6331-42f5-9b00-9210658483b9",
    "vfModuleModelCustomizationUUID": "54b37b92-b382-4dc7-8121-dbe4303a8efa",
    "isBase": true,
    "artifacts": [
      "63ecdb52-721e-48c7-8489-1aa85770a506",
      "eb424608-2e2b-4a20-a66f-9f697ac2ee94",
      "c126eb6b-264e-4c49-a007-c6149ca6e539"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:44:58.576Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5615e39-6331-42f5-9b00-9210658483b9
VfModuleModelInvariantUUID:7c9d9db9-79a7-4b44-9140-fbf3c6a6d226
VfModuleModelDescription:NULL
Artifacts UUID List:{
63ecdb52-721e-48c7-8489-1aa85770a506
,
eb424608-2e2b-4a20-a66f-9f697ac2ee94
,
c126eb6b-264e-4c49-a007-c6149ca6e539

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

isBase:true


}

2022-06-18T04:44:58.580Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7c9d9db9-79a7-4b44-9140-fbf3c6a6d226",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e5615e39-6331-42f5-9b00-9210658483b9",
    "vfModuleModelCustomizationUUID": "54b37b92-b382-4dc7-8121-dbe4303a8efa",
    "isBase": true,
    "artifacts": [
      "63ecdb52-721e-48c7-8489-1aa85770a506",
      "eb424608-2e2b-4a20-a66f-9f697ac2ee94",
      "c126eb6b-264e-4c49-a007-c6149ca6e539"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:44:58.582Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5615e39-6331-42f5-9b00-9210658483b9
VfModuleModelInvariantUUID:7c9d9db9-79a7-4b44-9140-fbf3c6a6d226
VfModuleModelDescription:NULL
Artifacts UUID List:{
63ecdb52-721e-48c7-8489-1aa85770a506
,
eb424608-2e2b-4a20-a66f-9f697ac2ee94
,
c126eb6b-264e-4c49-a007-c6149ca6e539

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

isBase:true


}

2022-06-18T04:44:58.583Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 63ecdb52-721e-48c7-8489-1aa85770a506 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-18T04:44:58.583Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:44:58.584Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-18T04:44:58.850Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:44:58.851Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 63ecdb52-721e-48c7-8489-1aa85770a506 1164
2022-06-18T04:44:58.852Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-18T04:44:58.852Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-18T04:44:58.853Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:44:58.856Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:58.861Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:58.862Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527498852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:44:58.962Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:44:58.963Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:44:58.963Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:44:58.978Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:44:58.979Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:44:59.880Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c126eb6b-264e-4c49-a007-c6149ca6e539 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-18T04:44:59.881Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:44:59.881Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-18T04:44:59.983Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:44:59.984Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c126eb6b-264e-4c49-a007-c6149ca6e539 200
2022-06-18T04:44:59.987Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-18T04:44:59.987Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-18T04:44:59.988Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:44:59.988Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:44:59.992Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:44:59.992Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527499987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:00.092Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:45:00.094Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:45:00.094Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:45:00.144Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:45:00.145Z||pool-70-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:45:00.994Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a7e94c20-02e5-49c2-a06d-c6c01b791a80
2022-06-18T04:45:01.002Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e82abd4a-2298-45c8-aed7-6b5743772a3f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-18T04:45:01.092Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:45:01.136Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@110a0e3, org.onap.sdc.toscaparser.api.parameters.Input@7313feaf, org.onap.sdc.toscaparser.api.parameters.Input@7218f2e5, org.onap.sdc.toscaparser.api.parameters.Input@6c23a1c6, org.onap.sdc.toscaparser.api.parameters.Input@68301319]
2022-06-18T04:45:01.143Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.144Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:45:01.144Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-18T04:45:01.144Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f99c01d5-b039-40f2-8a76-3e44adbc1f18
2022-06-18T04:45:01.144Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f99c01d5-b039-40f2-8a76-3e44adbc1f18 matches Tosca VF Customization UUID: f99c01d5-b039-40f2-8a76-3e44adbc1f18
2022-06-18T04:45:01.144Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f99c01d5-b039-40f2-8a76-3e44adbc1f18  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T04:45:01.152Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.153Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:45:01.154Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f99c01d5-b039-40f2-8a76-3e44adbc1f18: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-18T04:45:01.155Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@405c91f9
2022-06-18T04:45:01.155Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.155Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:45:01.156Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54b37b92-b382-4dc7-8121-dbe4303a8efa
2022-06-18T04:45:01.156Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54b37b92-b382-4dc7-8121-dbe4303a8efa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T04:45:01.163Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.163Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:45:01.164Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:45:01.164Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.164Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:45:01.165Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:45:01.165Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.165Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-18T04:45:01.166Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-18T04:45:01.166Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6e4cc0c1-3d2b-4213-809f-062349d2491e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:45:01.172Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.173Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:45:01.173Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:45:01.173Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.173Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-18T04:45:01.174Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f99c01d5-b039-40f2-8a76-3e44adbc1f18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:45:01.177Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.177Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:45:01.178Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a7e94c20-02e5-49c2-a06d-c6c01b791a80: basic_cnf
2022-06-18T04:45:01.178Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.178Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:45:01.178Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.179Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:45:01.179Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.179Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:45:01.179Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.179Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:45:01.180Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:45:01.180Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:45:01.180Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:45:01.406Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e82abd4a-2298-45c8-aed7-6b5743772a3f 1 ASDC deployResourceStructure
2022-06-18T04:45:01.408Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-18T04:45:01.408Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-18T04:45:01.408Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-18T04:45:01.410Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:45:01.418Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:45:01.418Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527501407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T04:45:01.516Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:45:01.518Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:45:01.518Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:45:01.543Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:45:01.544Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:45:02.420Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-18T04:45:02.420Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-18T04:45:02.421Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-18T04:45:02.429Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:45:02.434Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:45:02.434Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527502420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T04:45:02.542Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-06-18T04:45:02.544Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:45:02.545Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:45:02.578Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:45:02.579Z||pool-72-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:45:03.438Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-18T04:45:03.438Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-18T04:45:03.438Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:45:03.439Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:45:03.445Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:45:03.446Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527503437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:03.549Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-18T04:45:03.550Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:45:03.551Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:45:03.576Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:45:03.576Z||pool-73-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:45:04.447Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-18T04:45:04.449Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-18T04:45:04.451Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:45:04.452Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:45:04.457Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:45:04.460Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527504447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:04.560Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:45:04.562Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:45:04.563Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:45:04.582Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:45:04.583Z||pool-74-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:45:05.464Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-18T04:45:05.464Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-18T04:45:05.465Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:45:05.465Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:45:05.474Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:45:05.474Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527505464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:05.568Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-18T04:45:05.570Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:45:05.570Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:45:05.585Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:45:05.586Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:45:06.476Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-18T04:45:06.477Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-18T04:45:06.477Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:45:06.478Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:45:06.483Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:45:06.484Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527506476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:06.583Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:45:06.585Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:45:06.602Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:45:06.620Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:45:06.621Z||pool-76-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:45:07.486Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:45:07.521Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:45:07.526Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:45:07.527Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:45:07.527Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:45:37.529Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:45:37.559Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:45:37.569Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:45:37.569Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:45:37.570Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:45:41.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:45:41.862Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:45:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:45:41.903Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:45:41.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527421856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527424987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:41.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:41.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527427599,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:41.914Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:41.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.942Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527432110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527426054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527423450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527442542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:41.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:41.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527442670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:41.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:41.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:41.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527435214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:45:41.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:41.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:41.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "cds",
  "timestamp": 1655527443549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:45:42.000Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
2022-06-18T04:45:42.001Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:45:42.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527443675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:42.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527444976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:42.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "policy-id",
  "timestamp": 1655527444677,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:45:42.040Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
2022-06-18T04:45:42.040Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:45:42.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527446097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:42.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527447197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:42.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527438092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:45:42.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527448270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:42.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527449332,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:45:42.135Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
2022-06-18T04:45:42.136Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T04:45:42.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527450337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:42.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527457099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:42.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527449402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:45:42.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527449443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:45:42.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527459109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:42.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527459194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:42.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527459375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:45:42.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b91fb228-44d1-4442-ac1f-80f02ce08eeb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527459477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:45:42.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "clamp",
  "timestamp": 1655527460112,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:45:42.241Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
2022-06-18T04:45:42.242Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:45:42.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527461860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:42.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527462865,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:45:42.318Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
2022-06-18T04:45:42.318Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:45:42.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527471900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:45:42.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:45:42.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "aai-ml",
  "timestamp": 1655527472904,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:45:42.345Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
2022-06-18T04:45:42.345Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:45:42.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527475214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527472110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527468092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527468450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527475214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:45:42.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527468450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527468092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:45:42.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527472110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527475214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:45:42.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527468092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527468450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527472110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527479402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527479443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527475214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527468450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527468092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527472110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527479402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527479443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527475214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T04:45:42.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527468092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527468450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:45:42.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:45:42.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527472110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:45:42.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:46:07.573Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:46:07.653Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:46:07.669Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:46:07.670Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:46:07.670Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:46:07.670Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:46:07.670Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:46:07.671Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:46:07.671Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:46:07.672Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:46:07.672Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:46:07.672Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:46:07.672Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:46:07.703Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:46:37.704Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T04:46:37.719Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and serviceModelVersionId: a7e94c20-02e5-49c2-a06d-c6c01b791a80
2022-06-18T04:46:37.720Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : acd6db04-ec8b-4d10-b753-678b31d40d97
2022-06-18T04:46:37.764Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?depth=0
2022-06-18T04:46:37.785Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:46:37.942Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?depth=0|INFO|500||Invoke
2022-06-18T04:46:37.943Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea91f422-afc1-49cd-a140-fe141b031c3b], X-ECOMP-RequestID=[53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65], X-TransactionId=[], X-ONAP-RequestID=[53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65], Content-Type=[application/merge-patch+json]}
2022-06-18T04:46:37.994Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T04:46:38.302Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?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/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220618-04:46:38:743-46796], vertex-id=[180416], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:46:38 GMT], Content-Type=[application/json]}
2022-06-18T04:46:38.303Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:46:38.303Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acd6db04-ec8b-4d10-b753-678b31d40d97/model-vers/model-ver/a7e94c20-02e5-49c2-a06d-c6c01b791a80?depth=0|INFO|500||InvokeReturn
2022-06-18T04:46:38.304Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:46:38.304Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:46:38.335Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T04:46:38.337Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:46:38.342Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:46:38.343Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:38.352Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:38.352Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527598342,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:46:38.450Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-18T04:46:38.451Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:38.451Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:38.478Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:38.479Z||pool-77-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:46:39.382Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T04:46:39.383Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"10a52dab-e4aa-40bb-a086-e69493f58cb6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"90dc421d-182a-4bb5-ba59-ce4511bca35e","serviceDescription":"service","serviceInvariantUUID":"071bc4c4-777f-4415-a187-662668cb59ca","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"006e8b32-fe17-4281-880a-18087410db69","resourceInvariantUUID":"22668c6c-bad0-4441-a8b5-4899ec81d5a4","resourceCustomizationUUID":"c50f9285-b097-4468-9398-eabb367670a4","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":"OTA0MzFmNWRiNmNhYmMwZWE3ZWIyMmI2NjMyN2IzZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8b05fa2-8a1d-43bc-8005-7f06d2d16c0a","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":"MTgyYjIyMDM5MDQwNzJjODM1ZWYxMmEyN2Q3OTllYWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0a23d2e-b95b-4a48-a95d-567267466248","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":"1261941a-3ca7-4e1b-afd0-c49d9b1a9994","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":"70b87800-e918-4220-b2e9-50f3447be48e","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":"2ab4e007-bee2-43b0-9416-e94b7cbfea59","artifactVersion":"2","generatedFromUUID":"1261941a-3ca7-4e1b-afd0-c49d9b1a9994"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWI5MmJkMTkxNWIyNWFmODhlOGM1ZDJiMDFhMmQ5NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"767024f5-569f-4425-99ba-8a66128298e6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGQwOGFjNTk0YjVjZWVmMzdmNzA2OGYzZDQ1MDY1ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"020e41d0-e234-40db-8fd5-ec6c3409b52e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:46:39.384Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:46:39.385Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:39.387Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:39.388Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:46:39.488Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:46:39.489Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:39.489Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:39.508Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:39.509Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:40.390Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:46:40.391Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:40.396Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:40.396Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:46:40.494Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-18T04:46:40.496Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:40.496Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:40.522Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:40.558Z||pool-79-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:41.397Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:46:41.399Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:41.406Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:41.407Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:46:41.508Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T04:46:41.510Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:41.510Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:41.534Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:41.535Z||pool-80-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:46:41.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:46:41.862Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:46:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:46:41.910Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:41.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:46:41.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527479402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:46:41.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:46:42.409Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:46:42.412Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:42.417Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:42.418Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:46:42.517Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:46:42.531Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:42.532Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:42.548Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:42.549Z||pool-81-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:43.420Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:46:43.426Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:43.430Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:43.430Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T04:46:43.530Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:46:43.531Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:43.531Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:43.548Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:43.549Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:44.431Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:46:44.431Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:44.435Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:44.436Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:46:44.536Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:46:44.537Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:44.537Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:44.556Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:44.556Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:46:45.437Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:46:45.438Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:45.442Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:45.442Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:46:45.546Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-18T04:46:45.547Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:45.548Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:45.564Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:45.565Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:46.443Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "90dc421d-182a-4bb5-ba59-ce4511bca35e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "071bc4c4-777f-4415-a187-662668cb59ca",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c50f9285-b097-4468-9398-eabb367670a4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "006e8b32-fe17-4281-880a-18087410db69",
      "resourceInvariantUUID": "22668c6c-bad0-4441-a8b5-4899ec81d5a4",
      "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": "MTgyYjIyMDM5MDQwNzJjODM1ZWYxMmEyN2Q3OTllYWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f0a23d2e-b95b-4a48-a95d-567267466248",
          "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": "1261941a-3ca7-4e1b-afd0-c49d9b1a9994",
          "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": "2ab4e007-bee2-43b0-9416-e94b7cbfea59",
            "generatedFromUUID": "1261941a-3ca7-4e1b-afd0-c49d9b1a9994"
          },
          "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": "2ab4e007-bee2-43b0-9416-e94b7cbfea59",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NGQwOGFjNTk0YjVjZWVmMzdmNzA2OGYzZDQ1MDY1ZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "020e41d0-e234-40db-8fd5-ec6c3409b52e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T04:46:46.444Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:46:46.444Z|53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90dc421d-182a-4bb5-ba59-ce4511bca35e ASDC
2022-06-18T04:46:46.447Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:10a52dab-e4aa-40bb-a086-e69493f58cb6
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:90dc421d-182a-4bb5-ba59-ce4511bca35e
ServiceInvariantUUID:071bc4c4-777f-4415-a187-662668cb59ca
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:020e41d0-e234-40db-8fd5-ec6c3409b52e
ArtifactChecksum:NGQwOGFjNTk0YjVjZWVmMzdmNzA2OGYzZDQ1MDY1ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c50f9285-b097-4468-9398-eabb367670a4
ResourceInvariantUUID:22668c6c-bad0-4441-a8b5-4899ec81d5a4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:006e8b32-fe17-4281-880a-18087410db69
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:f0a23d2e-b95b-4a48-a95d-567267466248
ArtifactChecksum:MTgyYjIyMDM5MDQwNzJjODM1ZWYxMmEyN2Q3OTllYWU=
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:1261941a-3ca7-4e1b-afd0-c49d9b1a9994
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:2ab4e007-bee2-43b0-9416-e94b7cbfea59
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:2ab4e007-bee2-43b0-9416-e94b7cbfea59
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T04:46:46.447Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90dc421d-182a-4bb5-ba59-ce4511bca35e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:46:46.508Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:46:46.509Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:46:46.509Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:46:46.509Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 020e41d0-e234-40db-8fd5-ec6c3409b52e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-18T04:46:46.509Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:46:46.510Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-18T04:46:46.667Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:46:46.672Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 020e41d0-e234-40db-8fd5-ec6c3409b52e 71058
2022-06-18T04:46:46.673Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-18T04:46:46.673Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-18T04:46:46.673Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:46:46.673Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:46.677Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:46.677Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527606673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:46:46.777Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:46:46.778Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:46.779Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:46.804Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:46.804Z||pool-85-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:47.681Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:46:47.683Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:46:47.683Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 020e41d0-e234-40db-8fd5-ec6c3409b52e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:47.683Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-18T04:46:47.684Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:47.684Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:48.070Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12464449623911505564/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-18T04:46:50.278Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:46:50.279Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T04:46:50.279Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.279Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-18T04:46:50.279Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.280Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.280Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.280Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.280Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.281Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.281Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.281Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.281Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-18T04:46:50.282Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T04:46:50.283Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.283Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:50.283Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:50.284Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T04:46:50.286Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:46:50.286Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.286Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:50.287Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:50.287Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T04:46:50.287Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:46:50.288Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.288Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:50.288Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.288Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-18T04:46:50.289Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-18T04:46:50.289Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-18T04:46:50.289Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-18T04:46:50.289Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T04:46:50.289Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:46:50.290Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.290Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:46:50.290Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.290Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:50.291Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:46:50.291Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.291Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:50.292Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:46:50.292Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.292Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:50.292Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:46:50.293Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.293Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-18T04:46:50.293Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-18T04:46:50.293Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T04:46:50.296Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cafa00f3-86e3-4344-a43a-1cb08d96cbfb
2022-06-18T04:46:50.296Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.297Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:50.298Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.298Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:50.299Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.299Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:50.299Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:50.300Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:50.300Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:90dc421d-182a-4bb5-ba59-ce4511bca35e
Model Version:NULL
Model InvariantUuid:071bc4c4-777f-4415-a187-662668cb59ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f0a19191-36b8-43e9-8a67-edbe82388f47
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:22668c6c-bad0-4441-a8b5-4899ec81d5a4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c50f9285-b097-4468-9398-eabb367670a4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:08cacc4b-892b-4543-8005-d4fb880f3c83
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:639f5d03-1fc6-4dc5-8953-686918e550fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cafa00f3-86e3-4344-a43a-1cb08d96cbfb
ModelInvariantUuid:2ec76405-4270-455b-8691-d6569e6002b4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:8166ba22-5b42-459b-a0ff-b91b8bfd0796
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ff112e15-29ae-47cb-8868-2c98bf2b3433
ModelInvariantUuid:2df4ffbf-eaa4-44e4-9bd7-cb059712457f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7717925b-108e-46a3-b0b0-bf22271019f8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T04:46:50.315Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 006e8b32-fe17-4281-880a-18087410db69
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:46:50.332Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-06-18T04:46:50.333Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 006e8b32-fe17-4281-880a-18087410db69
2022-06-18T04:46:50.334Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f0a23d2e-b95b-4a48-a95d-567267466248 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-18T04:46:50.334Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:46:50.335Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-18T04:46:50.440Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:46:50.441Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f0a23d2e-b95b-4a48-a95d-567267466248 787
2022-06-18T04:46:50.442Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-18T04:46:50.443Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-18T04:46:50.443Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:46:50.444Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:50.448Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:50.451Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527610442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:46:50.549Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:46:50.550Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:50.551Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:50.564Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:50.565Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:51.452Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "08cacc4b-892b-4543-8005-d4fb880f3c83",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "639f5d03-1fc6-4dc5-8953-686918e550fa",
    "vfModuleModelCustomizationUUID": "2d1cf91d-27e2-471f-8e33-e3419c83453d",
    "isBase": true,
    "artifacts": [
      "1261941a-3ca7-4e1b-afd0-c49d9b1a9994",
      "2ab4e007-bee2-43b0-9416-e94b7cbfea59"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:46:51.459Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:639f5d03-1fc6-4dc5-8953-686918e550fa
VfModuleModelInvariantUUID:08cacc4b-892b-4543-8005-d4fb880f3c83
VfModuleModelDescription:NULL
Artifacts UUID List:{
1261941a-3ca7-4e1b-afd0-c49d9b1a9994
,
2ab4e007-bee2-43b0-9416-e94b7cbfea59

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

isBase:true


}

2022-06-18T04:46:51.466Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "08cacc4b-892b-4543-8005-d4fb880f3c83",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "639f5d03-1fc6-4dc5-8953-686918e550fa",
    "vfModuleModelCustomizationUUID": "2d1cf91d-27e2-471f-8e33-e3419c83453d",
    "isBase": true,
    "artifacts": [
      "1261941a-3ca7-4e1b-afd0-c49d9b1a9994",
      "2ab4e007-bee2-43b0-9416-e94b7cbfea59"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:46:51.471Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:639f5d03-1fc6-4dc5-8953-686918e550fa
VfModuleModelInvariantUUID:08cacc4b-892b-4543-8005-d4fb880f3c83
VfModuleModelDescription:NULL
Artifacts UUID List:{
1261941a-3ca7-4e1b-afd0-c49d9b1a9994
,
2ab4e007-bee2-43b0-9416-e94b7cbfea59

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

isBase:true


}

2022-06-18T04:46:51.471Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1261941a-3ca7-4e1b-afd0-c49d9b1a9994 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-18T04:46:51.471Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:46:51.472Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-18T04:46:51.629Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:46:51.630Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1261941a-3ca7-4e1b-afd0-c49d9b1a9994 5033
2022-06-18T04:46:51.630Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-18T04:46:51.630Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-18T04:46:51.630Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:46:51.631Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:51.638Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:51.639Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527611630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:46:51.734Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-18T04:46:51.736Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:51.736Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:51.780Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:51.781Z||pool-87-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:52.640Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2ab4e007-bee2-43b0-9416-e94b7cbfea59 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-18T04:46:52.641Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:46:52.642Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-18T04:46:52.749Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:46:52.754Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2ab4e007-bee2-43b0-9416-e94b7cbfea59 903
2022-06-18T04:46:52.754Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-18T04:46:52.754Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-18T04:46:52.755Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:46:52.755Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:52.759Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:52.760Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527612754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:46:52.865Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:46:52.867Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:52.867Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:52.886Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:52.888Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:53.768Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 90dc421d-182a-4bb5-ba59-ce4511bca35e
2022-06-18T04:46:53.769Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 006e8b32-fe17-4281-880a-18087410db69 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:46:53.801Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@702147cf, org.onap.sdc.toscaparser.api.parameters.Input@38312e71, org.onap.sdc.toscaparser.api.parameters.Input@78f8543d, org.onap.sdc.toscaparser.api.parameters.Input@6cd6270b, org.onap.sdc.toscaparser.api.parameters.Input@16b30a61]
2022-06-18T04:46:53.803Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.804Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:53.804Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-18T04:46:53.804Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c50f9285-b097-4468-9398-eabb367670a4
2022-06-18T04:46:53.805Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c50f9285-b097-4468-9398-eabb367670a4 matches Tosca VF Customization UUID: c50f9285-b097-4468-9398-eabb367670a4
2022-06-18T04:46:53.805Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c50f9285-b097-4468-9398-eabb367670a4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T04:46:53.814Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.816Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:53.819Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c50f9285-b097-4468-9398-eabb367670a4: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-18T04:46:53.822Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40109fd9
2022-06-18T04:46:53.823Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.823Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:46:53.823Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d1cf91d-27e2-471f-8e33-e3419c83453d
2022-06-18T04:46:53.823Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d1cf91d-27e2-471f-8e33-e3419c83453d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T04:46:53.831Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.832Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:53.832Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:46:53.832Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.833Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:53.833Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:46:53.834Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.834Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-18T04:46:53.834Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-18T04:46:53.835Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T04:46:53.835Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cafa00f3-86e3-4344-a43a-1cb08d96cbfb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T04:46:53.844Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.844Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:53.845Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:46:53.845Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.846Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-18T04:46:53.846Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c50f9285-b097-4468-9398-eabb367670a4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:46:53.852Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.853Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:53.853Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 90dc421d-182a-4bb5-ba59-ce4511bca35e: basic_vm
2022-06-18T04:46:53.854Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.854Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:53.854Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.855Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:53.855Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.855Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:53.855Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.856Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:53.856Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:46:53.856Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:46:53.856Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:46:53.995Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 006e8b32-fe17-4281-880a-18087410db69 1 ASDC deployResourceStructure
2022-06-18T04:46:53.995Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-18T04:46:53.996Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-18T04:46:53.996Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:46:53.996Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:54.002Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:54.002Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527613995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:46:54.111Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-06-18T04:46:54.112Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:54.113Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:54.136Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:54.137Z||pool-89-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:55.003Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-18T04:46:55.003Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-18T04:46:55.004Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:46:55.004Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:55.010Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:55.010Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527615003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:46:55.107Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-18T04:46:55.109Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:55.109Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:55.127Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:55.127Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:46:56.011Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-18T04:46:56.012Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-18T04:46:56.012Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:46:56.013Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:56.017Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:56.018Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527616011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:46:56.117Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:46:56.119Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:56.119Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:56.134Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:56.135Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:46:57.018Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-18T04:46:57.019Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-18T04:46:57.019Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:46:57.019Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:46:57.038Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:46:57.039Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527617018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:46:57.141Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-18T04:46:57.156Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:46:57.160Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:46:57.192Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:46:57.193Z||pool-92-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:46:58.040Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a52dab-e4aa-40bb-a086-e69493f58cb6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:46:58.079Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a52dab-e4aa-40bb-a086-e69493f58cb6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:46:58.088Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:46:58.088Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:46:58.088Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:47:28.089Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a52dab-e4aa-40bb-a086-e69493f58cb6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:47:28.119Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a52dab-e4aa-40bb-a086-e69493f58cb6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:47:28.125Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:47:28.127Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:47:28.128Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:47:41.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:47:41.863Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:47:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:47:41.924Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:47:41.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527479443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527475214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527468450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527468092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527472110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527479402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527479443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527475214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527468092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527468450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527472110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527479402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527479443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527484563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527485305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:41.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527479402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527479443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:41.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:41.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:41.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "cds",
  "timestamp": 1655527485568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.018Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10a52dab-e4aa-40bb-a086-e69493f58cb6
2022-06-18T04:47:42.018Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a52dab-e4aa-40bb-a086-e69493f58cb6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527486384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527479402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527479443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527486054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527487469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527487104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527487185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527487290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.097Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527486054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527488491,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.162Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10a52dab-e4aa-40bb-a086-e69493f58cb6
2022-06-18T04:47:42.163Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a52dab-e4aa-40bb-a086-e69493f58cb6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527486054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527489498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527489114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527486054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527489795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "clamp",
  "timestamp": 1655527490117,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.229Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10a52dab-e4aa-40bb-a086-e69493f58cb6
2022-06-18T04:47:42.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a52dab-e4aa-40bb-a086-e69493f58cb6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527486054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527490804,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.300Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10a52dab-e4aa-40bb-a086-e69493f58cb6
2022-06-18T04:47:42.301Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a52dab-e4aa-40bb-a086-e69493f58cb6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527486054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527491863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527486054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527493867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.346Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527494871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527495191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.347Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "policy-id",
  "timestamp": 1655527495874,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10a52dab-e4aa-40bb-a086-e69493f58cb6
2022-06-18T04:47:42.362Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a52dab-e4aa-40bb-a086-e69493f58cb6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T04:47:42.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527496343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527497554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527498852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527499987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527500570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527501407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T04:47:42.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "aai-ml",
  "timestamp": 1655527501575,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.414Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10a52dab-e4aa-40bb-a086-e69493f58cb6
2022-06-18T04:47:42.414Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10a52dab-e4aa-40bb-a086-e69493f58cb6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527502420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T04:47:42.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527503437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527504447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527495214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527498450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527498092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527505464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527495214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527498450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527498092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527506476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.464Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527495214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527506055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527498450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527498092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527495214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527506055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527498450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527498092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527495214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527506055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527498450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527498092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527495214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527506055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527498450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527498092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527509402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527509443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527495214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527506055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527498450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527498092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527509402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527509443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655527495214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527506055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527498450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527498092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527509402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527509443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527506055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527512705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527509402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527509443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527512110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527506055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "cds",
  "timestamp": 1655527513711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.529Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03bfd486-471f-4cd1-b83c-e86ba9ca9838
2022-06-18T04:47:42.529Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527509402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527509443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527512110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527514839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527509402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527509443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527512110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527515843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527509402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527516109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.556Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527509443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527512110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "policy-id",
  "timestamp": 1655527516847,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.582Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03bfd486-471f-4cd1-b83c-e86ba9ca9838
2022-06-18T04:47:42.582Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527509402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527509443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527512110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527518117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527512110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527518362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527518361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "clamp",
  "timestamp": 1655527519121,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.623Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03bfd486-471f-4cd1-b83c-e86ba9ca9838
2022-06-18T04:47:42.624Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527512110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527512110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:47:42.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:47:42.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527520368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527520994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:47:42.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655527521373,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.671Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03bfd486-471f-4cd1-b83c-e86ba9ca9838
2022-06-18T04:47:42.672Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527522179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655527523186,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.715Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 03bfd486-471f-4cd1-b83c-e86ba9ca9838
2022-06-18T04:47:42.716Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:42.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527526309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:47:42.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:47:42.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:47:42.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "aai-ml",
  "timestamp": 1655527527314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:42.783Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03bfd486-471f-4cd1-b83c-e86ba9ca9838
2022-06-18T04:47:42.784Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:47:58.129Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10a52dab-e4aa-40bb-a086-e69493f58cb6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:47:58.167Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10a52dab-e4aa-40bb-a086-e69493f58cb6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:47:58.177Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:47:58.178Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:47:58.178Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:47:58.179Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:47:58.179Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:47:58.179Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:47:58.180Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:47:58.180Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:47:58.181Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:47:58.181Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:47:58.182Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:47:58.194Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:48:28.194Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10a52dab-e4aa-40bb-a086-e69493f58cb6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T04:48:28.206Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10a52dab-e4aa-40bb-a086-e69493f58cb6 and serviceModelVersionId: 90dc421d-182a-4bb5-ba59-ce4511bca35e
2022-06-18T04:48:28.207Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 071bc4c4-777f-4415-a187-662668cb59ca
2022-06-18T04:48:28.208Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/071bc4c4-777f-4415-a187-662668cb59ca/model-vers/model-ver/90dc421d-182a-4bb5-ba59-ce4511bca35e?depth=0
2022-06-18T04:48:28.215Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:48:28.340Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071bc4c4-777f-4415-a187-662668cb59ca/model-vers/model-ver/90dc421d-182a-4bb5-ba59-ce4511bca35e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-18T04:48:28.343Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071bc4c4-777f-4415-a187-662668cb59ca/model-vers/model-ver/90dc421d-182a-4bb5-ba59-ce4511bca35e?depth=0|INFO|500||Invoke
2022-06-18T04:48:28.408Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071bc4c4-777f-4415-a187-662668cb59ca/model-vers/model-ver/90dc421d-182a-4bb5-ba59-ce4511bca35e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T04:48:28.694Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071bc4c4-777f-4415-a187-662668cb59ca/model-vers/model-ver/90dc421d-182a-4bb5-ba59-ce4511bca35e?depth=0|INFO|500||InvokeReturn
2022-06-18T04:48:28.697Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/071bc4c4-777f-4415-a187-662668cb59ca/model-vers/model-ver/90dc421d-182a-4bb5-ba59-ce4511bca35e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-04:48:29:153-53718], vertex-id=[213136], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:48:29 GMT], Content-Type=[application/json]}
2022-06-18T04:48:28.697Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:48:28.698Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:48:28.698Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:48:28.704Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T04:48:28.705Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10a52dab-e4aa-40bb-a086-e69493f58cb6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:48:28.705Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:48:28.706Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:28.710Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:28.710Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527708705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:48:28.827Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-06-18T04:48:28.829Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:28.830Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:28.887Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:28.888Z||pool-93-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:48:29.752Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:48:29.757Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:48:29.758Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:48:34.391Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:34.392Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-18T04:48:34.393Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"03bfd486-471f-4cd1-b83c-e86ba9ca9838","serviceName":"Demo_pNF_uqflV2Z4sKaDtCLFLZky","serviceVersion":"1.0","serviceUUID":"125d38b6-6c12-495a-a417-9c8a13745b42","serviceDescription":"catalog service description","serviceInvariantUUID":"ab78b0fe-f69f-449b-a36d-e2a64d6563e5","resources":[{"resourceInstanceName":"pNF a197ea5b-28df 0","resourceName":"pNF a197ea5b-28df","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0bf8248e-6e65-49ab-aaa3-45c7fcd010e6","resourceInvariantUUID":"215ee3aa-230c-40c0-9678-20aea14b0c71","resourceCustomizationUUID":"28e6b4cc-c74b-4154-b3c0-9d77212c42f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml","artifactChecksum":"MzhmMjYyNDZiOTE1YTZjNDIyNzcxN2UwMzUzZjA5Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb22e0f2-6010-457e-9e00-a230b4138fce","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar","artifactChecksum":"MDlmOTlhNjhlY2YwZDE2OGUwYjhlZmUxNGY1MzgyMzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1c99f59-3d31-45ec-8de5-77c34e5e4873","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd146401-9c28-47c2-a092-864ef48ecc89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml","artifactChecksum":"NDM0MGQ1OWRmMWM3NzEzMTQ5NGJlMTE3ZjJmOTY4YTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5c199627-5865-4b07-bf06-defa1a39823e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ac047a7-0179-40b1-ac29-042175e21fcb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53bfba6d-9923-4655-b9e7-bf690487bb82","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUqflv2z4skadtclflzky-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml","artifactChecksum":"ZGZhNmVjYmIzZjc3ZTgxZDk2ZWQ1MDY1NGQ2ZDgxMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76157954-7688-49ac-b844-10e824a125d5","artifactVersion":"1"},{"artifactName":"service-DemoPnfUqflv2z4skadtclflzky-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar","artifactChecksum":"OGUxMWE0MzUyYWVkODc0NjE1ZGUxZTlhYWExZWVmMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6547fd55-0dad-4b2f-bf4f-af5f161ad9b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:48:34.397Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:48:34.398Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:34.401Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:34.402Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:48:34.502Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:48:34.503Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:34.503Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:34.520Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:34.522Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:35.403Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:48:35.404Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:35.420Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:35.421Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:48:35.525Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T04:48:35.527Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:35.530Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:35.553Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:35.554Z||pool-95-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:36.423Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:48:36.424Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:36.433Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:36.433Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:48:36.542Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-18T04:48:36.544Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:36.544Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:36.586Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:36.590Z||pool-96-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:48:37.446Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:48:37.447Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:37.469Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:37.470Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:48:37.570Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:48:37.571Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:37.571Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:37.595Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:37.595Z||pool-97-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:38.473Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:48:38.474Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:38.476Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:38.476Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:48:38.580Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T04:48:38.583Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:38.583Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:38.602Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:38.603Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:39.488Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:48:39.488Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:39.493Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:39.494Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:48:39.596Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-18T04:48:39.622Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:39.622Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:39.643Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:39.644Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:40.495Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:48:40.498Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:40.505Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:40.506Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:48:40.606Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:48:40.607Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:40.607Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:40.646Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:40.662Z||pool-100-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:41.506Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:48:41.507Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:41.511Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:41.511Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:48:41.611Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:48:41.613Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:41.613Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:41.631Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:41.632Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:41.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:48:41.886Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:48:41.886Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:48:41.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:41.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T04:48:41.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53a6eec5-e9a7-40eb-98fc-c7b6c16c1e65",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527598342,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:48:41.965Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:48:41.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T04:48:41.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:48:41.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:48:41.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T04:48:41.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:48:41.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:48:41.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T04:48:41.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:48:41.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:48:42.512Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "serviceName": "Demo_pNF_uqflV2Z4sKaDtCLFLZky",
  "serviceVersion": "1.0",
  "serviceUUID": "125d38b6-6c12-495a-a417-9c8a13745b42",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ab78b0fe-f69f-449b-a36d-e2a64d6563e5",
  "resources": [
    {
      "resourceInstanceName": "pNF a197ea5b-28df 0",
      "resourceCustomizationUUID": "28e6b4cc-c74b-4154-b3c0-9d77212c42f6",
      "resourceName": "pNF a197ea5b-28df",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0bf8248e-6e65-49ab-aaa3-45c7fcd010e6",
      "resourceInvariantUUID": "215ee3aa-230c-40c0-9678-20aea14b0c71",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
      "artifactChecksum": "OGUxMWE0MzUyYWVkODc0NjE1ZGUxZTlhYWExZWVmMWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6547fd55-0dad-4b2f-bf4f-af5f161ad9b9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T04:48:42.513Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:48:42.518Z|10a52dab-e4aa-40bb-a086-e69493f58cb6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 125d38b6-6c12-495a-a417-9c8a13745b42 ASDC
2022-06-18T04:48:42.519Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:03bfd486-471f-4cd1-b83c-e86ba9ca9838
ServiceName:Demo_pNF_uqflV2Z4sKaDtCLFLZky
ServiceVersion:1.0
ServiceUUID:125d38b6-6c12-495a-a417-9c8a13745b42
ServiceInvariantUUID:ab78b0fe-f69f-449b-a36d-e2a64d6563e5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUqflv2z4skadtclflzky-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
ArtifactUUID:6547fd55-0dad-4b2f-bf4f-af5f161ad9b9
ArtifactChecksum:OGUxMWE0MzUyYWVkODc0NjE1ZGUxZTlhYWExZWVmMWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a197ea5b-28df 0
ResourceCustomizationUUID:28e6b4cc-c74b-4154-b3c0-9d77212c42f6
ResourceInvariantUUID:215ee3aa-230c-40c0-9678-20aea14b0c71
ResourceName:pNF a197ea5b-28df
ResourceType:PNF
ResourceUUID:0bf8248e-6e65-49ab-aaa3-45c7fcd010e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-18T04:48:42.519Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 125d38b6-6c12-495a-a417-9c8a13745b42 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:48:42.625Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:48:42.627Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:48:42.627Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:48:42.628Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6547fd55-0dad-4b2f-bf4f-af5f161ad9b9 from URL: /sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:42.629Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-18T04:48:42.629Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:42.818Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-18T04:48:42.877Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar 6547fd55-0dad-4b2f-bf4f-af5f161ad9b9 82638
2022-06-18T04:48:42.878Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar ASDC sendASDCNotification
2022-06-18T04:48:42.878Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:42.878Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:48:42.879Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:42.885Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:42.886Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527722878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:48:42.983Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-18T04:48:42.984Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:42.984Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:43.004Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:43.004Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:43.887Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:48:43.888Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-18T04:48:43.889Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6547fd55-0dad-4b2f-bf4f-af5f161ad9b9, URL: /sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar to file: /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:43.890Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:43.891Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:43.891Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:44.109Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2058536010698857520/Definitions/service-DemoPnfUqflv2z4skadtclflzky-template.yml
2022-06-18T04:48:45.698Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:48:45.699Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T04:48:45.699Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.699Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-18T04:48:45.699Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a197ea5b-28df 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-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.699Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.699Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.700Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.700Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.700Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.700Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.700Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-18T04:48:45.701Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.701Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.702Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Node template pNF a197ea5b-28df 0 is matching search criteria
2022-06-18T04:48:45.702Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T04:48:45.702Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a197ea5b-28df 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:48:45.703Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.703Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.703Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Node template pNF a197ea5b-28df 0 is matching search criteria
2022-06-18T04:48:45.703Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-18T04:48:45.703Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a197ea5b-28df 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:48:45.704Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.704Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.704Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.704Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.704Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.705Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.705Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.705Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.706Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.706Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.706Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uqflV2Z4sKaDtCLFLZky
Description:catalog service description
Model UUID:125d38b6-6c12-495a-a417-9c8a13745b42
Model Version:NULL
Model InvariantUuid:ab78b0fe-f69f-449b-a36d-e2a64d6563e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T04:48:45.729Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0bf8248e-6e65-49ab-aaa3-45c7fcd010e6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:48:45.737Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||pNF a197ea5b-28df 0
2022-06-18T04:48:45.738Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0bf8248e-6e65-49ab-aaa3-45c7fcd010e6
2022-06-18T04:48:45.738Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 125d38b6-6c12-495a-a417-9c8a13745b42
2022-06-18T04:48:45.739Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 125d38b6-6c12-495a-a417-9c8a13745b42
2022-06-18T04:48:45.739Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a197ea5b-28df 0 0bf8248e-6e65-49ab-aaa3-45c7fcd010e6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:48:45.749Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@209b2af2, org.onap.sdc.toscaparser.api.parameters.Input@6a456500, org.onap.sdc.toscaparser.api.parameters.Input@6bed6771, org.onap.sdc.toscaparser.api.parameters.Input@54f51380, org.onap.sdc.toscaparser.api.parameters.Input@2d406f56]
2022-06-18T04:48:45.750Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.751Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.751Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 125d38b6-6c12-495a-a417-9c8a13745b42: pNF a197ea5b-28df
2022-06-18T04:48:45.752Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||Processing PNF resource: 0bf8248e-6e65-49ab-aaa3-45c7fcd010e6
2022-06-18T04:48:45.752Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:48:45.752Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_uqflV2Z4sKaDtCLFLZky is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:48:45.753Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||Resource customization UUID: 28e6b4cc-c74b-4154-b3c0-9d77212c42f6 is the same as notified resource customizationUUID: 28e6b4cc-c74b-4154-b3c0-9d77212c42f6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-18T04:48:45.872Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a197ea5b-28df 0bf8248e-6e65-49ab-aaa3-45c7fcd010e6 0 ASDC deployResourceStructure
2022-06-18T04:48:45.873Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar ASDC sendASDCNotification
2022-06-18T04:48:45.873Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar
2022-06-18T04:48:45.874Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:48:45.875Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:48:45.880Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:48:45.881Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527725873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:48:45.980Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:48:45.981Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:48:45.981Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:48:45.998Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:48:45.999Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:48:46.883Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03bfd486-471f-4cd1-b83c-e86ba9ca9838
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:48:47.984Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03bfd486-471f-4cd1-b83c-e86ba9ca9838
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:48:47.989Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:48:47.990Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:48:47.990Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:48:47.991Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:48:47.991Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:48:47.991Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:48:47.991Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:48:47.992Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:48:47.992Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:48:47.992Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:48:47.993Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T04:48:47.993Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:48:48.001Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:49:18.002Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T04:49:18.013Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and serviceModelVersionId: 125d38b6-6c12-495a-a417-9c8a13745b42
2022-06-18T04:49:18.018Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab78b0fe-f69f-449b-a36d-e2a64d6563e5
2022-06-18T04:49:18.019Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?depth=0
2022-06-18T04:49:18.029Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:49:18.138Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?depth=0|INFO|500||Invoke
2022-06-18T04:49:18.139Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03bfd486-471f-4cd1-b83c-e86ba9ca9838], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3636254-e453-482a-8ef1-d74937a33e73], X-ECOMP-RequestID=[03bfd486-471f-4cd1-b83c-e86ba9ca9838], X-TransactionId=[], X-ONAP-RequestID=[03bfd486-471f-4cd1-b83c-e86ba9ca9838], Content-Type=[application/merge-patch+json]}
2022-06-18T04:49:18.187Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T04:49:18.429Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?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/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220618-04:49:18:933-1901], vertex-id=[196800], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:49:18 GMT], Content-Type=[application/json]}
2022-06-18T04:49:18.431Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:49:18.432Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab78b0fe-f69f-449b-a36d-e2a64d6563e5/model-vers/model-ver/125d38b6-6c12-495a-a417-9c8a13745b42?depth=0|INFO|500||InvokeReturn
2022-06-18T04:49:18.434Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:49:18.444Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:49:18.452Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T04:49:18.453Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03bfd486-471f-4cd1-b83c-e86ba9ca9838 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:49:18.454Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:49:18.454Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:49:18.457Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:49:18.457Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527758453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:49:18.557Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:49:18.559Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:49:18.559Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:49:18.589Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:49:18.590Z||pool-104-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:49:19.474Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:49:19.475Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:49:19.475Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:49:29.030Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:49:29.031Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:49:29.032Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:49:29.033Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:49:38.598Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:49:38.599Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:49:38.600Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:49:38.600Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:49:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:49:41.861Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:49:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:49:41.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:49:41.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527481856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527606673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527610442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527611630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:49:41.902Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:49:41.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527612754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:49:41.902Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:49:41.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527613995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:49:41.902Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:49:41.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527615003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:49:41.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:49:41.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527616011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:49:41.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:49:41.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:49:41.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527617018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:49:41.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:49:48.186Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:49:48.187Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:49:48.188Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:49:48.188Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:49:57.781Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:50:41.856Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:50:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:50:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:50:41.862Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:50:41.863Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:50:41.863Z|c4642eec-7e20-4297-8b42-e4e73102bcac|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:50:41.899Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:50:41.900Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.900Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "10a52dab-e4aa-40bb-a086-e69493f58cb6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527708705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:50:41.901Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:50:41.901Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.901Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:50:41.901Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:50:41.902Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.902Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:50:41.902Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:50:41.902Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.902Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:50:41.902Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:50:41.903Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.903Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:50:41.903Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:50:41.903Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/resourceInstances/pnfa197ea5b28df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:50:41.904Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527709752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:50:41.905Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:50:51.444Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:51:41.856Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:51:41.859Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:51:41.859Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:51:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:51:41.861Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:51:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:51:42.406Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:51:42.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-18T04:51:42.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527722878,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:51:42.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:51:42.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-18T04:51:42.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527725873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUqflv2z4skadtclflzky/1.0/artifacts/service-DemoPnfUqflv2z4skadtclflzky-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:51:42.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:51:42.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-18T04:51:42.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03bfd486-471f-4cd1-b83c-e86ba9ca9838",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655527758453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:51:42.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:51:51.463Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:52:41.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:52:41.862Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:52:41.868Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:52:41.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:52:41.872Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:52:41.872Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:52:51.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:52:51.507Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:53:41.857Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:53:41.861Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:53:41.862Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:53:41.864Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:53:41.866Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:53:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:53:51.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:53:51.465Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:54:41.856Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:54:41.857Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:54:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:54:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:54:41.861Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:54:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:54:51.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:54:51.478Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:55:41.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:55:41.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:55:41.858Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:55:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:55:41.861Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:55:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:55:51.449Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:55:51.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:56:41.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:56:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:56:41.861Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:56:41.861Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:56:41.861Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:56:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:56:51.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:56:51.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:57:41.857Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:57:41.858Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:57:41.858Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:57:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:57:41.861Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:57:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:57:51.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:57:51.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:41.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:58:41.857Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:58:41.858Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:58:41.861Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:58:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:58:42.026Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:42.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528306054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528317640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:58:42.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:58:42.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528308092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528308450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528318645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:58:42.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:58:42.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528319328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:58:42.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:58:42.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "policy-id",
  "timestamp": 1655528319648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:58:42.223Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b995253-60a7-4516-9603-ab3410b491d2
2022-06-18T04:58:42.223Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b995253-60a7-4516-9603-ab3410b491d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:58:42.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-18T04:58:42.258Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T04:58:42.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:42.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T04:58:42.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b995253-60a7-4516-9603-ab3410b491d2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b435b744-7912-4ef7-8257-9e06a2fb721f","serviceDescription":"service","serviceInvariantUUID":"44a4d4f3-d340-4ed4-b6ea-54f772a4feb8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9846b960-e76b-4c48-91c6-3c935eaa458b","resourceInvariantUUID":"da21dd20-9ec8-486a-8675-12e85fb42953","resourceCustomizationUUID":"f0c66dec-3665-45ef-8c6c-435df464d92a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MGVlMzE0ZDc1ZTFmNzQwMjg0YmVkODQxNWFmZDA2OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5edfe849-7f24-4923-98d4-35a670da718c","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OTQxNWM3ZTc1NTIzNzdhNDU2YWJhYTI1ZmIxZGNmZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0830be2-7f6d-4c82-8827-39bfa1a5c7f7","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4f68ec48-4e9c-48f7-b108-aa728f7a8db2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1de68e82-6c90-491c-b391-a9ed4683f98d","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9615860d-e6c6-4dda-864f-a9d112d467e1","artifactVersion":"2","generatedFromUUID":"08cd2798-87e5-4d22-b726-0a00244c8bac"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"600618e2-8c19-422c-8c75-c9fc45943574","artifactVersion":"2","generatedFromUUID":"4f68ec48-4e9c-48f7-b108-aa728f7a8db2"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08cd2798-87e5-4d22-b726-0a00244c8bac","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8fe4bb97-06c6-44e2-bcb9-b43a529e745a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ODZhY2FlMmQ0YjkxOGJmZjk0ZGI5MjIyNTdiMDQyOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"078c6860-37d2-4dbd-8319-cacaee1f3de5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NGZhYzA5MzFkYTgxMzhmOGU1YWMzYjVhNjdhYmQ0ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9836948e-9a27-4769-b639-8ca149706815","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:58:42.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:42.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:42.538Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:42.538Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:42.637Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-18T04:58:42.640Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:42.640Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:42.659Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:42.660Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:43.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:43.543Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:43.554Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:43.554Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T04:58:43.646Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-18T04:58:43.647Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:43.647Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:43.678Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:43.680Z||pool-106-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:44.555Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:44.556Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:44.560Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:44.560Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-18T04:58:44.660Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:58:44.663Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:44.664Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:44.689Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:44.691Z||pool-107-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:58:45.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:45.562Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:45.566Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:45.566Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:45.666Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:58:45.668Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:45.668Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:45.683Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:45.684Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:46.567Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:46.567Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:46.570Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:46.571Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-18T04:58:46.671Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:58:46.673Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:46.673Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:46.692Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:46.694Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:47.571Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:47.573Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:47.576Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:47.576Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-18T04:58:47.678Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-18T04:58:47.680Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:47.680Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:47.703Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:47.704Z||pool-110-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:48.577Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:48.577Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:48.585Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:48.586Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-18T04:58:48.685Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:58:48.686Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:48.686Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:48.702Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:48.703Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:49.587Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:49.588Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:49.600Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:49.600Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:49.745Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 145 ms
2022-06-18T04:58:49.746Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:49.746Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:49.775Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:49.776Z||pool-112-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:50.601Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:50.602Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:50.605Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:50.607Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T04:58:50.706Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:58:50.707Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:50.707Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:50.734Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:50.735Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:51.608Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:58:51.608Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:51.612Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:51.612Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T04:58:51.715Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T04:58:51.716Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:51.717Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:51.735Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:51.736Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:58:52.619Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b435b744-7912-4ef7-8257-9e06a2fb721f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44a4d4f3-d340-4ed4-b6ea-54f772a4feb8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f0c66dec-3665-45ef-8c6c-435df464d92a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9846b960-e76b-4c48-91c6-3c935eaa458b",
      "resourceInvariantUUID": "da21dd20-9ec8-486a-8675-12e85fb42953",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "OTQxNWM3ZTc1NTIzNzdhNDU2YWJhYTI1ZmIxZGNmZTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a0830be2-7f6d-4c82-8827-39bfa1a5c7f7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4f68ec48-4e9c-48f7-b108-aa728f7a8db2",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "600618e2-8c19-422c-8c75-c9fc45943574",
            "generatedFromUUID": "4f68ec48-4e9c-48f7-b108-aa728f7a8db2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9615860d-e6c6-4dda-864f-a9d112d467e1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "600618e2-8c19-422c-8c75-c9fc45943574",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "08cd2798-87e5-4d22-b726-0a00244c8bac",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NGZhYzA5MzFkYTgxMzhmOGU1YWMzYjVhNjdhYmQ0ODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9836948e-9a27-4769-b639-8ca149706815"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T04:58:52.620Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:58:52.620Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b435b744-7912-4ef7-8257-9e06a2fb721f ASDC
2022-06-18T04:58:52.621Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3b995253-60a7-4516-9603-ab3410b491d2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:b435b744-7912-4ef7-8257-9e06a2fb721f
ServiceInvariantUUID:44a4d4f3-d340-4ed4-b6ea-54f772a4feb8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:9836948e-9a27-4769-b639-8ca149706815
ArtifactChecksum:NGZhYzA5MzFkYTgxMzhmOGU1YWMzYjVhNjdhYmQ0ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f0c66dec-3665-45ef-8c6c-435df464d92a
ResourceInvariantUUID:da21dd20-9ec8-486a-8675-12e85fb42953
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:9846b960-e76b-4c48-91c6-3c935eaa458b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:a0830be2-7f6d-4c82-8827-39bfa1a5c7f7
ArtifactChecksum:OTQxNWM3ZTc1NTIzNzdhNDU2YWJhYTI1ZmIxZGNmZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:4f68ec48-4e9c-48f7-b108-aa728f7a8db2
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:600618e2-8c19-422c-8c75-c9fc45943574
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:9615860d-e6c6-4dda-864f-a9d112d467e1
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:600618e2-8c19-422c-8c75-c9fc45943574
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:08cd2798-87e5-4d22-b726-0a00244c8bac
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T04:58:52.621Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b435b744-7912-4ef7-8257-9e06a2fb721f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T04:58:52.705Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:58:52.706Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T04:58:52.707Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T04:58:52.707Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9836948e-9a27-4769-b639-8ca149706815 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:52.707Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T04:58:52.708Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:52.906Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T04:58:52.932Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9836948e-9a27-4769-b639-8ca149706815 158201
2022-06-18T04:58:52.933Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-18T04:58:52.934Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:52.934Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:58:52.934Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:52.946Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:52.947Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528332933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:58:53.039Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-18T04:58:53.040Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:53.040Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:53.070Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:53.072Z||pool-115-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:53.948Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:58:53.949Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T04:58:53.950Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9836948e-9a27-4769-b639-8ca149706815, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:53.950Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-18T04:58:53.952Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:53.952Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:54.293Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2478164444915822009/Definitions/service-BasicCnfMacro-template.yml
2022-06-18T04:58:56.249Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:58:56.250Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-18T04:58:56.250Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:56.250Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-18T04:58:56.250Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:56.250Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:56.250Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:56.250Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-18T04:58:56.250Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-18T04:58:56.251Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.251Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:58:56.251Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:58:56.251Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-18T04:58:56.252Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:58:56.252Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.252Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:58:56.252Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:58:56.252Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-18T04:58:56.252Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:58:56.253Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.253Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:58:56.253Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.254Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-18T04:58:56.254Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-18T04:58:56.254Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-18T04:58:56.254Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:58:56.254Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.254Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:58:56.255Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.255Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:58:56.255Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:58:56.256Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.256Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:58:56.256Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:58:56.257Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.257Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:58:56.257Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:58:56.257Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.258Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:58:56.258Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:58:56.258Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.258Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-18T04:58:56.259Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-18T04:58:56.259Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9b1ab890-5c1c-46e0-bc67-6da15d6f89ca
2022-06-18T04:58:56.259Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.260Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:58:56.260Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.260Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:58:56.260Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.260Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:58:56.260Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:58:56.261Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:58:56.261Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:b435b744-7912-4ef7-8257-9e06a2fb721f
Model Version:NULL
Model InvariantUuid:44a4d4f3-d340-4ed4-b6ea-54f772a4feb8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:27ca97c5-7784-466f-bfba-602d9bd6d490
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da21dd20-9ec8-486a-8675-12e85fb42953
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f0c66dec-3665-45ef-8c6c-435df464d92a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8d98b7c4-df5e-4265-aa2d-aa77e9f8a0eb
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:41b43ca2-0866-4e40-9fe3-1f6c8a23bc94
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:29387bd0-e71a-454b-94f2-9a29ff3107c9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:3e68b0fe-addc-488d-8d70-80c75e4a6a07
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b1ab890-5c1c-46e0-bc67-6da15d6f89ca
ModelInvariantUuid:073c4d23-2ff3-4634-a9ae-a2e51221cdb6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:8ef9be8e-eb4d-4fc1-a257-d11b32cc1ba6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:09c8c6b0-365d-4a95-9123-6017aefc7034
ModelInvariantUuid:dcb89169-08e2-4616-afe3-fa19e860ed31
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:c1ae960c-5aea-4acc-bbaf-645179b7559c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T04:58:56.276Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 9846b960-e76b-4c48-91c6-3c935eaa458b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:58:56.283Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-06-18T04:58:56.284Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9846b960-e76b-4c48-91c6-3c935eaa458b
2022-06-18T04:58:56.284Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a0830be2-7f6d-4c82-8827-39bfa1a5c7f7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-18T04:58:56.284Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T04:58:56.284Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-18T04:58:56.370Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T04:58:56.371Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json a0830be2-7f6d-4c82-8827-39bfa1a5c7f7 1565
2022-06-18T04:58:56.372Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-18T04:58:56.372Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-18T04:58:56.372Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:58:56.373Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:56.376Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:56.377Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528336372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:58:56.487Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-06-18T04:58:56.489Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:56.489Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:56.510Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:56.511Z||pool-116-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:57.378Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "29387bd0-e71a-454b-94f2-9a29ff3107c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e68b0fe-addc-488d-8d70-80c75e4a6a07",
    "vfModuleModelCustomizationUUID": "b44294bb-1cf8-44cd-b108-8d7b2a8a70b0",
    "isBase": true,
    "artifacts": [
      "4f68ec48-4e9c-48f7-b108-aa728f7a8db2",
      "600618e2-8c19-422c-8c75-c9fc45943574"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "8d98b7c4-df5e-4265-aa2d-aa77e9f8a0eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41b43ca2-0866-4e40-9fe3-1f6c8a23bc94",
    "vfModuleModelCustomizationUUID": "93e9142a-d3dc-4681-a8e1-e6a373dc8a7d",
    "isBase": false,
    "artifacts": [
      "08cd2798-87e5-4d22-b726-0a00244c8bac"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:58:57.384Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e68b0fe-addc-488d-8d70-80c75e4a6a07
VfModuleModelInvariantUUID:29387bd0-e71a-454b-94f2-9a29ff3107c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f68ec48-4e9c-48f7-b108-aa728f7a8db2
,
600618e2-8c19-422c-8c75-c9fc45943574

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:41b43ca2-0866-4e40-9fe3-1f6c8a23bc94
VfModuleModelInvariantUUID:8d98b7c4-df5e-4265-aa2d-aa77e9f8a0eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
08cd2798-87e5-4d22-b726-0a00244c8bac

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

isBase:false


}

2022-06-18T04:58:57.388Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "29387bd0-e71a-454b-94f2-9a29ff3107c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e68b0fe-addc-488d-8d70-80c75e4a6a07",
    "vfModuleModelCustomizationUUID": "b44294bb-1cf8-44cd-b108-8d7b2a8a70b0",
    "isBase": true,
    "artifacts": [
      "4f68ec48-4e9c-48f7-b108-aa728f7a8db2",
      "600618e2-8c19-422c-8c75-c9fc45943574"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "8d98b7c4-df5e-4265-aa2d-aa77e9f8a0eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41b43ca2-0866-4e40-9fe3-1f6c8a23bc94",
    "vfModuleModelCustomizationUUID": "93e9142a-d3dc-4681-a8e1-e6a373dc8a7d",
    "isBase": false,
    "artifacts": [
      "08cd2798-87e5-4d22-b726-0a00244c8bac"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T04:58:57.388Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e68b0fe-addc-488d-8d70-80c75e4a6a07
VfModuleModelInvariantUUID:29387bd0-e71a-454b-94f2-9a29ff3107c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f68ec48-4e9c-48f7-b108-aa728f7a8db2
,
600618e2-8c19-422c-8c75-c9fc45943574

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:41b43ca2-0866-4e40-9fe3-1f6c8a23bc94
VfModuleModelInvariantUUID:8d98b7c4-df5e-4265-aa2d-aa77e9f8a0eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
08cd2798-87e5-4d22-b726-0a00244c8bac

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

isBase:false


}

2022-06-18T04:58:57.388Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f68ec48-4e9c-48f7-b108-aa728f7a8db2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-18T04:58:57.389Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T04:58:57.389Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-18T04:58:57.551Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T04:58:57.552Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4f68ec48-4e9c-48f7-b108-aa728f7a8db2 914
2022-06-18T04:58:57.552Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-18T04:58:57.552Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-18T04:58:57.553Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:58:57.554Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:57.557Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:57.557Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528337552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:58:57.662Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-18T04:58:57.664Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:57.664Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:57.685Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:57.687Z||pool-117-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:58:58.558Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9615860d-e6c6-4dda-864f-a9d112d467e1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-18T04:58:58.559Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T04:58:58.560Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-18T04:58:58.830Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T04:58:58.859Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9615860d-e6c6-4dda-864f-a9d112d467e1 12
2022-06-18T04:58:58.859Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-18T04:58:58.859Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-18T04:58:58.859Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:58:58.859Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:58.861Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:58.862Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528338859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:58:58.962Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:58:58.963Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:58:58.963Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:58:58.992Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:58:58.993Z||pool-118-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:58:59.863Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 600618e2-8c19-422c-8c75-c9fc45943574 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-18T04:58:59.865Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T04:58:59.866Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-18T04:58:59.978Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T04:58:59.979Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 600618e2-8c19-422c-8c75-c9fc45943574 96
2022-06-18T04:58:59.979Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-18T04:58:59.979Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-18T04:58:59.979Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:58:59.980Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:58:59.982Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:58:59.983Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528339979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:59:00.086Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T04:59:00.087Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:59:00.087Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:59:00.118Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:00.118Z||pool-119-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:59:00.983Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08cd2798-87e5-4d22-b726-0a00244c8bac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-18T04:59:00.984Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T04:59:00.984Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-18T04:59:01.069Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T04:59:01.071Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 08cd2798-87e5-4d22-b726-0a00244c8bac 20206
2022-06-18T04:59:01.071Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-18T04:59:01.071Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-18T04:59:01.072Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:59:01.072Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:59:01.076Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:59:01.077Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528341071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T04:59:01.186Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-18T04:59:01.187Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:59:01.187Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:59:01.218Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:01.218Z||pool-120-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:59:02.083Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b435b744-7912-4ef7-8257-9e06a2fb721f
2022-06-18T04:59:02.084Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9846b960-e76b-4c48-91c6-3c935eaa458b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:59:02.099Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@314d2606, org.onap.sdc.toscaparser.api.parameters.Input@3ad9f5c2, org.onap.sdc.toscaparser.api.parameters.Input@639877d3, org.onap.sdc.toscaparser.api.parameters.Input@68d2f314, org.onap.sdc.toscaparser.api.parameters.Input@30f7851e]
2022-06-18T04:59:02.101Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.101Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:59:02.102Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-18T04:59:02.102Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f0c66dec-3665-45ef-8c6c-435df464d92a
2022-06-18T04:59:02.102Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0c66dec-3665-45ef-8c6c-435df464d92a matches Tosca VF Customization UUID: f0c66dec-3665-45ef-8c6c-435df464d92a
2022-06-18T04:59:02.103Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f0c66dec-3665-45ef-8c6c-435df464d92a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T04:59:02.108Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.108Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:59:02.110Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f0c66dec-3665-45ef-8c6c-435df464d92a: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-18T04:59:02.110Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ac6d55c
2022-06-18T04:59:02.110Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.110Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:59:02.130Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93e9142a-d3dc-4681-a8e1-e6a373dc8a7d
2022-06-18T04:59:02.130Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93e9142a-d3dc-4681-a8e1-e6a373dc8a7d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T04:59:02.135Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.136Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:59:02.136Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:59:02.136Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.136Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:59:02.137Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:59:02.137Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.138Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-18T04:59:02.138Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f0c66dec-3665-45ef-8c6c-435df464d92a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:59:02.143Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.143Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:59:02.144Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b435b744-7912-4ef7-8257-9e06a2fb721f: basic_cnf_macro
2022-06-18T04:59:02.144Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.144Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:59:02.145Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.145Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:59:02.145Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.145Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:59:02.146Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.146Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:59:02.146Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T04:59:02.146Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:59:02.146Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T04:59:02.323Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9846b960-e76b-4c48-91c6-3c935eaa458b 2 ASDC deployResourceStructure
2022-06-18T04:59:02.323Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-18T04:59:02.324Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-18T04:59:02.324Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:59:02.324Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:59:02.329Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:59:02.329Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528342323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T04:59:02.430Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:59:02.431Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:59:02.431Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:59:02.453Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:02.454Z||pool-121-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:59:03.337Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-18T04:59:03.338Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-18T04:59:03.339Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:59:03.342Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:59:03.346Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:59:03.346Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528343337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T04:59:03.446Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:59:03.448Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:59:03.448Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:59:03.463Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:03.464Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:59:04.349Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-18T04:59:04.350Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-18T04:59:04.350Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-18T04:59:04.350Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:59:04.354Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:59:04.354Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528344349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T04:59:04.455Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T04:59:04.456Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:59:04.456Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:59:04.478Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:04.478Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:59:05.356Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-18T04:59:05.356Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-18T04:59:05.357Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:59:05.357Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:59:05.360Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:59:05.360Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528345356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-18T04:59:05.460Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:59:05.461Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:59:05.462Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:59:05.476Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:05.477Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:59:06.362Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-18T04:59:06.362Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-18T04:59:06.362Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-18T04:59:06.363Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:59:06.368Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:59:06.368Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528346361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T04:59:06.467Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:59:06.468Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:59:06.468Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:59:06.482Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:06.483Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:59:07.370Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-18T04:59:07.372Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-18T04:59:07.372Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:59:07.372Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:59:07.378Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:59:07.378Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528347370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T04:59:07.475Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-18T04:59:07.476Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T04:59:07.476Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:59:07.492Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:07.493Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:59:08.380Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:59:08.410Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:59:08.415Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:59:08.415Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:59:08.415Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:59:38.421Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:59:38.476Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T04:59:38.491Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:59:38.492Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:59:38.492Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:59:41.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:59:41.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:59:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:59:41.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T04:59:41.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:59:41.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "cds",
  "timestamp": 1655528321857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T04:59:41.953Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b995253-60a7-4516-9603-ab3410b491d2
2022-06-18T04:59:41.954Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b995253-60a7-4516-9603-ab3410b491d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:00:08.494Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:00:08.525Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:00:08.530Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T05:00:08.531Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T05:00:08.531Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T05:00:38.532Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:00:38.562Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:00:38.568Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T05:00:38.568Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T05:00:38.568Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T05:00:41.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:00:41.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:00:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:00:41.904Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:00:41.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:00:41.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:00:41.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:08.569Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:01:08.586Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:01:08.591Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T05:01:08.592Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T05:01:08.592Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T05:01:38.593Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:01:38.634Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:01:38.660Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T05:01:38.661Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T05:01:38.661Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T05:01:41.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:01:41.866Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:01:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:01:41.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:01:41.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528312110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528323251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:41.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528315214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:41.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-18T05:01:41.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528325998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:41.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:41.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528327178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:41.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:41.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-18T05:01:41.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-18T05:01:41.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528328331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:41.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:41.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:41.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528328257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:41.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:41.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-18T05:01:41.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528329480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:41.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:41.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528319402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:41.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528319443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:41.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:41.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:41.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "clamp",
  "timestamp": 1655528329260,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:41.996Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b995253-60a7-4516-9603-ab3410b491d2
2022-06-18T05:01:41.997Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b995253-60a7-4516-9603-ab3410b491d2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528330562,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.053Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b995253-60a7-4516-9603-ab3410b491d2
2022-06-18T05:01:42.054Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b995253-60a7-4516-9603-ab3410b491d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T05:01:42.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528330268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528330299,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528331566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528321856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528332827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528332933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528333831,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.095Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b995253-60a7-4516-9603-ab3410b491d2
2022-06-18T05:01:42.096Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b995253-60a7-4516-9603-ab3410b491d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528326055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528332110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528335216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528326055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528332110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528335216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528326055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528332110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528336372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528335216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528326055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528332110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528337552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.138Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528335216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528326055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528332110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528338093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528338859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528338450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528335216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528326055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528332110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528338093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528339979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528338450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528335216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528326055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528332110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528338093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528341071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.151Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528338450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528326055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528332110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528335216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528338093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528338450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528342323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528335216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528342644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528338093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528338450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528343337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528344155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528343649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528338093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528338450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528344339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528344349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T05:01:42.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528345214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "policy-id",
  "timestamp": 1655528344651,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.208Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
2022-06-18T05:01:42.211Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528338093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528338450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "aai-ml",
  "timestamp": 1655528345342,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.282Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b995253-60a7-4516-9603-ab3410b491d2
2022-06-18T05:01:42.284Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b995253-60a7-4516-9603-ab3410b491d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528345356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528346266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528338093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528338450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528346361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-18T05:01:42.313Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528347293,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
2022-06-18T05:01:42.332Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-18T05:01:42.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528347272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528347370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528348298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "cds",
  "timestamp": 1655528348502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.368Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
2022-06-18T05:01:42.369Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.403Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528353258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.404Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528346055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528355834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528356838,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.419Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528357261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.421Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "policy-id",
  "timestamp": 1655528357840,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.451Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 466ae4cb-2bbf-4df3-9d38-ce17f09b1035
2022-06-18T05:01:42.452Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528358158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.469Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528358158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "clamp",
  "timestamp": 1655528358265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.485Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
2022-06-18T05:01:42.486Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528360603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528352110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528361608,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.548Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
2022-06-18T05:01:42.548Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528361866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528353450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528362893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.561Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655528355214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528363208,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655528363895,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.573Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 466ae4cb-2bbf-4df3-9d38-ce17f09b1035
2022-06-18T05:01:42.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "cds",
  "timestamp": 1655528364430,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.601Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 466ae4cb-2bbf-4df3-9d38-ce17f09b1035
2022-06-18T05:01:42.602Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528349443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528371099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528371778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:01:42.638Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "aai-ml",
  "timestamp": 1655528372103,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.655Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
2022-06-18T05:01:42.655Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528373713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:01:42.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:01:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655528374717,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:01:42.699Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 466ae4cb-2bbf-4df3-9d38-ce17f09b1035
2022-06-18T05:01:42.700Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:01:42.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528368092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:01:42.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:01:42.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T05:01:42.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528349402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:01:42.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:02:08.662Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:02:08.678Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:02:08.683Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T05:02:08.683Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T05:02:08.684Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T05:02:08.684Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T05:02:08.684Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:02:08.684Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:02:08.685Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:02:08.685Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:02:08.685Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:02:08.685Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:02:08.686Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:02:08.695Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T05:02:38.701Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b995253-60a7-4516-9603-ab3410b491d2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T05:02:38.752Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b995253-60a7-4516-9603-ab3410b491d2 and serviceModelVersionId: b435b744-7912-4ef7-8257-9e06a2fb721f
2022-06-18T05:02:38.752Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44a4d4f3-d340-4ed4-b6ea-54f772a4feb8
2022-06-18T05:02:38.755Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?depth=0
2022-06-18T05:02:38.769Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T05:02:38.892Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?depth=0|INFO|500||Invoke
2022-06-18T05:02:38.894Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b995253-60a7-4516-9603-ab3410b491d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6500c5c4-a873-4152-b43e-d234c8e37578], X-ECOMP-RequestID=[3b995253-60a7-4516-9603-ab3410b491d2], X-TransactionId=[], X-ONAP-RequestID=[3b995253-60a7-4516-9603-ab3410b491d2], Content-Type=[application/merge-patch+json]}
2022-06-18T05:02:39.003Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T05:02:39.239Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?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/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220618-05:02:39:746-72299], vertex-id=[270496], Content-Length=[0], Date=[Sat, 18 Jun 2022 05:02:39 GMT], Content-Type=[application/json]}
2022-06-18T05:02:39.240Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T05:02:39.244Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44a4d4f3-d340-4ed4-b6ea-54f772a4feb8/model-vers/model-ver/b435b744-7912-4ef7-8257-9e06a2fb721f?depth=0|INFO|500||InvokeReturn
2022-06-18T05:02:39.245Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T05:02:39.246Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T05:02:39.264Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T05:02:39.265Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b995253-60a7-4516-9603-ab3410b491d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T05:02:39.265Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T05:02:39.266Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:39.273Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:39.274Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528559265,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T05:02:39.374Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T05:02:39.376Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:39.377Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:39.406Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:39.408Z||pool-127-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T05:02:40.307Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:02:40.307Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:02:40.308Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:41.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:02:41.863Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:02:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:02:41.914Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:41.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T05:02:41.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528382261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:02:41.917Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:02:41.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T05:02:41.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528382306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:02:41.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:02:41.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T05:02:41.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528383283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:02:41.918Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:02:41.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T05:02:41.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "clamp",
  "timestamp": 1655528384287,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:02:41.936Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 466ae4cb-2bbf-4df3-9d38-ce17f09b1035
2022-06-18T05:02:41.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:02:41.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T05:02:41.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528390348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:02:41.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:02:41.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-18T05:02:41.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "aai-ml",
  "timestamp": 1655528391352,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:02:41.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 466ae4cb-2bbf-4df3-9d38-ce17f09b1035
2022-06-18T05:02:41.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:02:44.870Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:44.871Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T05:02:44.871Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"8ab6b51a-26a7-406b-a72d-6906128752c2","serviceDescription":"service","serviceInvariantUUID":"c5d00712-79c7-4284-9c61-ed27c036cb80","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b11d455-c1c3-466d-bef3-69baa4b52de9","resourceInvariantUUID":"7936aaa7-79d9-4018-8e09-740d2c43434a","resourceCustomizationUUID":"6a808062-6781-4615-8ff1-299c322f0911","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":"ZDc1ZDVkZDE3NzA4YjEyYTJmNmYxYmM1YTBiNDUzZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dfcad0fe-ea55-4c43-a8ef-d385dea000e4","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":"OGFlNzEyZjZkMzk2ZGEwMWQwZjE3NDUzN2RjOWY4NmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9afbd200-8909-4767-b6b2-d1ccb4bedc73","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":"6efd239c-21f5-49da-913e-0b4e82b2fec7","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":"4ad04dfb-6179-44a2-9455-0d1300ef2b18","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":"c216716c-0436-4647-b784-9eef0658890a","artifactVersion":"2","generatedFromUUID":"6efd239c-21f5-49da-913e-0b4e82b2fec7"},{"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":"OTU3NjQwOGZjMzg0NDUxNTVhMDVmNDliMWY2ZGJhN2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cf0b0de4-40f9-4652-a3a4-fc8815f33848","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":"NDc0MzliZDc5MTZmNTFlZjdmYjIwMmIxNDAzMzU0ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5fcce10a-7571-4c25-8145-c08a75eb8db4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmY1ZjhhNTExYzRjYTY3NGU3MGI1NTY4MWI1ZWM3ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e927449-613c-44ae-a06d-c1dfd8b91571","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T05:02:44.874Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:02:44.878Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:44.881Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:44.882Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:02:44.981Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T05:02:44.982Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:44.983Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:45.002Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:45.004Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:02:45.886Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:02:45.887Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:45.896Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:45.896Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T05:02:45.995Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T05:02:45.997Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:45.997Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:46.011Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:46.014Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-18T05:02:46.897Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:02:46.898Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:46.901Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:46.901Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T05:02:47.002Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T05:02:47.003Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:47.003Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:47.027Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:47.028Z||pool-130-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:02:47.902Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:02:47.906Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:47.909Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:47.910Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:02:48.011Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T05:02:48.012Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:48.012Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:48.041Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:48.043Z||pool-131-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:02:48.911Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:02:48.912Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:48.928Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:48.929Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T05:02:49.018Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-18T05:02:49.020Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:49.020Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:49.044Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:49.045Z||pool-132-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-18T05:02:49.930Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:02:49.933Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:49.942Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:49.943Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:02:50.038Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-18T05:02:50.039Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:50.039Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:50.058Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:50.059Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:02:50.948Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:02:50.949Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:50.952Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:50.952Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:02:51.078Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 125 ms
2022-06-18T05:02:51.079Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:51.079Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:51.104Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:51.105Z||pool-134-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:02:51.953Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:02:51.954Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:51.958Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:51.958Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:02:52.058Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T05:02:52.059Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:52.059Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:52.078Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:52.079Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:02:52.959Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8ab6b51a-26a7-406b-a72d-6906128752c2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c5d00712-79c7-4284-9c61-ed27c036cb80",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "6a808062-6781-4615-8ff1-299c322f0911",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4b11d455-c1c3-466d-bef3-69baa4b52de9",
      "resourceInvariantUUID": "7936aaa7-79d9-4018-8e09-740d2c43434a",
      "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": "OGFlNzEyZjZkMzk2ZGEwMWQwZjE3NDUzN2RjOWY4NmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9afbd200-8909-4767-b6b2-d1ccb4bedc73",
          "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": "6efd239c-21f5-49da-913e-0b4e82b2fec7",
          "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": "c216716c-0436-4647-b784-9eef0658890a",
            "generatedFromUUID": "6efd239c-21f5-49da-913e-0b4e82b2fec7"
          },
          "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": "c216716c-0436-4647-b784-9eef0658890a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmY1ZjhhNTExYzRjYTY3NGU3MGI1NTY4MWI1ZWM3ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e927449-613c-44ae-a06d-c1dfd8b91571"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T05:02:52.961Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T05:02:52.964Z|3b995253-60a7-4516-9603-ab3410b491d2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ab6b51a-26a7-406b-a72d-6906128752c2 ASDC
2022-06-18T05:02:52.967Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:8ab6b51a-26a7-406b-a72d-6906128752c2
ServiceInvariantUUID:c5d00712-79c7-4284-9c61-ed27c036cb80
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:9e927449-613c-44ae-a06d-c1dfd8b91571
ArtifactChecksum:NmY1ZjhhNTExYzRjYTY3NGU3MGI1NTY4MWI1ZWM3ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:6a808062-6781-4615-8ff1-299c322f0911
ResourceInvariantUUID:7936aaa7-79d9-4018-8e09-740d2c43434a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4b11d455-c1c3-466d-bef3-69baa4b52de9
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:9afbd200-8909-4767-b6b2-d1ccb4bedc73
ArtifactChecksum:OGFlNzEyZjZkMzk2ZGEwMWQwZjE3NDUzN2RjOWY4NmY=
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:6efd239c-21f5-49da-913e-0b4e82b2fec7
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:c216716c-0436-4647-b784-9eef0658890a
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:c216716c-0436-4647-b784-9eef0658890a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-18T05:02:52.967Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ab6b51a-26a7-406b-a72d-6906128752c2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T05:02:53.076Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T05:02:53.078Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T05:02:53.079Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T05:02:53.079Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9e927449-613c-44ae-a06d-c1dfd8b91571 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-18T05:02:53.080Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T05:02:53.081Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-18T05:02:53.540Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T05:02:53.547Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9e927449-613c-44ae-a06d-c1dfd8b91571 78813
2022-06-18T05:02:53.548Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-18T05:02:53.548Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-18T05:02:53.549Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T05:02:53.550Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:53.559Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:53.560Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528573548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:02:53.668Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-18T05:02:53.671Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:53.671Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:53.696Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:53.696Z||pool-136-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:02:54.562Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T05:02:54.563Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T05:02:54.563Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9e927449-613c-44ae-a06d-c1dfd8b91571, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:54.563Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-18T05:02:54.564Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:54.564Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:55.000Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3580811920679930299/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-18T05:02:58.395Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T05:02:58.396Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-18T05:02:58.396Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.396Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-18T05:02:58.396Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.397Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.397Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.397Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.397Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.397Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.398Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.398Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.399Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-18T05:02:58.399Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-18T05:02:58.399Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.399Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:02:58.400Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:02:58.400Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-18T05:02:58.400Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T05:02:58.400Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.401Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:02:58.401Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:02:58.401Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-18T05:02:58.401Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T05:02:58.402Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.402Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:02:58.402Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.402Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-18T05:02:58.402Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-18T05:02:58.403Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-18T05:02:58.403Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-18T05:02:58.403Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T05:02:58.403Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T05:02:58.403Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.404Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T05:02:58.404Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.404Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:02:58.404Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T05:02:58.405Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.405Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:02:58.405Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T05:02:58.405Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.406Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:02:58.406Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T05:02:58.406Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.406Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-18T05:02:58.406Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-18T05:02:58.407Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T05:02:58.407Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5247b70-d2e3-4685-8fd7-247991a76b48
2022-06-18T05:02:58.407Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.407Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:02:58.407Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.407Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:02:58.407Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.408Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:02:58.408Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:02:58.408Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:02:58.408Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:8ab6b51a-26a7-406b-a72d-6906128752c2
Model Version:NULL
Model InvariantUuid:c5d00712-79c7-4284-9c61-ed27c036cb80
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:19deaad8-8b73-4778-85dc-5ef36c123e1f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7936aaa7-79d9-4018-8e09-740d2c43434a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6a808062-6781-4615-8ff1-299c322f0911
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2cc7c12a-0e8a-46f8-8db6-8fcfb5c99db1
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3e6644b2-da0a-4f78-b803-8cfa1718f6ce
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a5247b70-d2e3-4685-8fd7-247991a76b48
ModelInvariantUuid:cbfdea80-8654-46a1-b2b3-275c251ac121
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b69a5965-5a58-4add-8c3a-74a0903fe73a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a1448120-14ee-403d-b3a2-f60ad077cb73
ModelInvariantUuid:4b03a311-2df8-4a6a-a8ed-d5da36bf298d
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e3d4b174-0ac9-4f1c-8ef2-409bb3df4172
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T05:02:58.482Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b11d455-c1c3-466d-bef3-69baa4b52de9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T05:02:58.595Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-06-18T05:02:58.595Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b11d455-c1c3-466d-bef3-69baa4b52de9
2022-06-18T05:02:58.595Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9afbd200-8909-4767-b6b2-d1ccb4bedc73 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-18T05:02:58.595Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T05:02:58.596Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-18T05:02:58.769Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T05:02:58.770Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9afbd200-8909-4767-b6b2-d1ccb4bedc73 792
2022-06-18T05:02:58.770Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-18T05:02:58.770Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-18T05:02:58.770Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T05:02:58.771Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:58.777Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:58.778Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528578770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:02:58.899Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-06-18T05:02:58.902Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:02:58.903Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:02:58.950Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:02:58.950Z||pool-137-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:02:59.781Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2cc7c12a-0e8a-46f8-8db6-8fcfb5c99db1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e6644b2-da0a-4f78-b803-8cfa1718f6ce",
    "vfModuleModelCustomizationUUID": "eea5650c-fc8c-443c-b091-6867e5f5cbde",
    "isBase": true,
    "artifacts": [
      "6efd239c-21f5-49da-913e-0b4e82b2fec7",
      "c216716c-0436-4647-b784-9eef0658890a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T05:02:59.811Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e6644b2-da0a-4f78-b803-8cfa1718f6ce
VfModuleModelInvariantUUID:2cc7c12a-0e8a-46f8-8db6-8fcfb5c99db1
VfModuleModelDescription:NULL
Artifacts UUID List:{
6efd239c-21f5-49da-913e-0b4e82b2fec7
,
c216716c-0436-4647-b784-9eef0658890a

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

isBase:true


}

2022-06-18T05:02:59.824Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2cc7c12a-0e8a-46f8-8db6-8fcfb5c99db1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e6644b2-da0a-4f78-b803-8cfa1718f6ce",
    "vfModuleModelCustomizationUUID": "eea5650c-fc8c-443c-b091-6867e5f5cbde",
    "isBase": true,
    "artifacts": [
      "6efd239c-21f5-49da-913e-0b4e82b2fec7",
      "c216716c-0436-4647-b784-9eef0658890a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-18T05:02:59.828Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e6644b2-da0a-4f78-b803-8cfa1718f6ce
VfModuleModelInvariantUUID:2cc7c12a-0e8a-46f8-8db6-8fcfb5c99db1
VfModuleModelDescription:NULL
Artifacts UUID List:{
6efd239c-21f5-49da-913e-0b4e82b2fec7
,
c216716c-0436-4647-b784-9eef0658890a

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

isBase:true


}

2022-06-18T05:02:59.829Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6efd239c-21f5-49da-913e-0b4e82b2fec7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-18T05:02:59.834Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T05:02:59.835Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-18T05:02:59.987Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T05:02:59.988Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6efd239c-21f5-49da-913e-0b4e82b2fec7 5033
2022-06-18T05:02:59.989Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-18T05:02:59.990Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-18T05:02:59.991Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T05:02:59.991Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:02:59.994Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:02:59.995Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528579989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:03:00.101Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-18T05:03:00.103Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:00.103Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:00.147Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:00.153Z||pool-138-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:00.997Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c216716c-0436-4647-b784-9eef0658890a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-18T05:03:01.001Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T05:03:01.004Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-18T05:03:01.154Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T05:03:01.162Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c216716c-0436-4647-b784-9eef0658890a 903
2022-06-18T05:03:01.162Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-18T05:03:01.163Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-18T05:03:01.163Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T05:03:01.163Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:01.167Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:01.168Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528581162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:03:01.271Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T05:03:01.272Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:01.279Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:01.315Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:01.316Z||pool-139-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:02.170Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8ab6b51a-26a7-406b-a72d-6906128752c2
2022-06-18T05:03:02.171Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4b11d455-c1c3-466d-bef3-69baa4b52de9 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T05:03:02.203Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55bf5bf, org.onap.sdc.toscaparser.api.parameters.Input@4946726, org.onap.sdc.toscaparser.api.parameters.Input@d79d3ad, org.onap.sdc.toscaparser.api.parameters.Input@5d6f2516, org.onap.sdc.toscaparser.api.parameters.Input@7c3d509]
2022-06-18T05:03:02.206Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.206Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:02.207Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-18T05:03:02.207Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6a808062-6781-4615-8ff1-299c322f0911
2022-06-18T05:03:02.207Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6a808062-6781-4615-8ff1-299c322f0911 matches Tosca VF Customization UUID: 6a808062-6781-4615-8ff1-299c322f0911
2022-06-18T05:03:02.207Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6a808062-6781-4615-8ff1-299c322f0911  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-18T05:03:02.210Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.211Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:02.212Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6a808062-6781-4615-8ff1-299c322f0911: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-18T05:03:02.212Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@470daa61
2022-06-18T05:03:02.212Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.213Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T05:03:02.213Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eea5650c-fc8c-443c-b091-6867e5f5cbde
2022-06-18T05:03:02.213Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eea5650c-fc8c-443c-b091-6867e5f5cbde
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-18T05:03:02.219Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.219Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:03:02.219Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T05:03:02.219Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.220Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:03:02.220Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T05:03:02.220Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.220Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-18T05:03:02.220Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-18T05:03:02.221Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-18T05:03:02.221Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5247b70-d2e3-4685-8fd7-247991a76b48
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-18T05:03:02.230Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.230Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:03:02.230Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T05:03:02.231Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.234Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-18T05:03:02.242Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6a808062-6781-4615-8ff1-299c322f0911
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T05:03:02.251Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.252Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:02.253Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8ab6b51a-26a7-406b-a72d-6906128752c2: basic_vm_macro
2022-06-18T05:03:02.253Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.253Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:02.253Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.253Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:02.254Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.254Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:02.254Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.254Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:02.255Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:02.255Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:02.255Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-18T05:03:02.687Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4b11d455-c1c3-466d-bef3-69baa4b52de9 1 ASDC deployResourceStructure
2022-06-18T05:03:02.688Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-18T05:03:02.688Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-18T05:03:02.688Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T05:03:02.689Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:02.694Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:02.695Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528582688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T05:03:02.803Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-06-18T05:03:02.804Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:02.804Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:02.824Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:02.825Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:03.699Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-18T05:03:03.699Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-18T05:03:03.699Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T05:03:03.700Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:03.730Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:03.730Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528583699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T05:03:03.822Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-18T05:03:03.823Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:03.823Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:03.854Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:03.855Z||pool-141-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:04.748Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-18T05:03:04.748Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-18T05:03:04.748Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T05:03:04.749Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:04.753Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:04.753Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528584748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-18T05:03:04.854Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T05:03:04.855Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:04.855Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:04.870Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:04.871Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-18T05:03:05.754Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-18T05:03:05.755Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-18T05:03:05.755Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T05:03:05.756Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:05.759Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:05.760Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528585754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:03:05.860Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T05:03:05.861Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:05.861Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:05.876Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:05.877Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:06.763Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:03:06.789Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:03:06.798Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T05:03:06.798Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T05:03:06.799Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T05:03:06.799Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T05:03:06.799Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:06.800Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:06.800Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:06.800Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:06.800Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:06.801Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:06.802Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:03:06.815Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T05:03:36.822Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T05:03:36.867Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and serviceModelVersionId: 8ab6b51a-26a7-406b-a72d-6906128752c2
2022-06-18T05:03:36.867Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5d00712-79c7-4284-9c61-ed27c036cb80
2022-06-18T05:03:36.868Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?depth=0
2022-06-18T05:03:36.888Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T05:03:36.995Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?depth=0|INFO|500||Invoke
2022-06-18T05:03:36.997Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6cc1248-fe70-45d6-afc9-075ff188cd2e], X-ECOMP-RequestID=[d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855], X-TransactionId=[], X-ONAP-RequestID=[d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855], Content-Type=[application/merge-patch+json]}
2022-06-18T05:03:37.073Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T05:03:37.423Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?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/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220618-05:03:37:821-29010], vertex-id=[282784], Content-Length=[0], Date=[Sat, 18 Jun 2022 05:03:37 GMT], Content-Type=[application/json]}
2022-06-18T05:03:37.424Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T05:03:37.428Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d00712-79c7-4284-9c61-ed27c036cb80/model-vers/model-ver/8ab6b51a-26a7-406b-a72d-6906128752c2?depth=0|INFO|500||InvokeReturn
2022-06-18T05:03:37.430Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T05:03:37.439Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T05:03:37.456Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T05:03:37.480Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T05:03:37.481Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T05:03:37.481Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:37.485Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:37.485Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528617481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T05:03:37.590Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-18T05:03:37.591Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:37.591Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:37.693Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:37.694Z||pool-144-thread-1|||||INFO|500||cambria reply ok (104 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T05:03:38.535Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-18T05:03:38.536Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"466ae4cb-2bbf-4df3-9d38-ce17f09b1035","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b289c13a-0431-4f7a-bfbd-b363f138b58c","serviceDescription":"service","serviceInvariantUUID":"bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3ef64523-0b93-4c1c-84dd-6893f933e0f2","resourceInvariantUUID":"b793aaed-8601-4aa5-94f9-041a87ee9e73","resourceCustomizationUUID":"342a9044-6d3a-41c6-8721-52419d112290","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":"NzBhNzM2NjZiZDA1YWIxY2FlYmU1NjliNDg4NmYyMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bef2b3ae-75af-4645-8766-045464e728ef","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":"d1718370-04db-43be-8afb-3633c1c4c6a6","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":"91eda3b5-4c78-4185-9072-1dab26daa89a","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":"ZjUwMTFhZmQ3ZDZkYWYwNjEzYjc1OGE3YTZiMmJjZDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9a75fbe5-37ae-47dd-a650-b21b10c8952f","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":"8ba12a6a-8980-42f6-89c6-5779c1ecb974","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":"62333069-4056-4258-b0c7-2057198d0ee6","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":"e1ea20bc-5222-43a1-9451-911b04492e28","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":"OTE4YmVmYmUzYWM2MzE5OTIyYmZlZGMxNTE3MjQ4OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13d997ae-02ba-49b2-bcb8-62be5bf01d82","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MWEzMDI2NmI3MmY5NTZlOGQ1ODQ1YTlmNWY3OGY0ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67822afa-42e2-4575-af1f-998b1dd7e815","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T05:03:38.545Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:38.565Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:38.586Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:38.586Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:03:38.686Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T05:03:38.687Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:38.687Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:38.718Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:38.719Z||pool-145-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:39.590Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:39.591Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:39.594Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:39.594Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:03:39.704Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-18T05:03:39.706Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:39.707Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:39.731Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:39.732Z||pool-146-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:40.598Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:40.598Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:40.604Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:40.604Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:03:40.708Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-18T05:03:40.709Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:40.709Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:40.726Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:40.737Z||pool-147-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:41.605Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:41.611Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:41.615Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:41.615Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:03:41.735Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-06-18T05:03:41.737Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:41.737Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:41.759Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:41.760Z||pool-148-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:41.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:03:41.864Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:03:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:03:41.918Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:41.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T05:03:41.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b995253-60a7-4516-9603-ab3410b491d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528559265,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T05:03:41.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:03:42.616Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:42.617Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:42.622Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:42.623Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:03:42.720Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-18T05:03:42.722Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:42.723Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:42.763Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:42.764Z||pool-149-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:43.625Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:43.626Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:43.648Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:43.649Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:03:43.739Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-18T05:03:43.740Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:43.740Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:43.779Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:43.782Z||pool-150-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:44.650Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:44.650Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:44.666Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:44.667Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:03:44.765Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T05:03:44.766Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:44.766Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:44.806Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:44.807Z||pool-151-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:45.667Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:45.671Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:45.676Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:45.677Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:03:45.776Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T05:03:45.778Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:45.779Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:45.798Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:45.799Z||pool-152-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-18T05:03:46.679Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T05:03:46.680Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:46.696Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:46.696Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:03:46.798Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T05:03:46.799Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:46.800Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:46.820Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:46.821Z||pool-153-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:47.698Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b289c13a-0431-4f7a-bfbd-b363f138b58c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "342a9044-6d3a-41c6-8721-52419d112290",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3ef64523-0b93-4c1c-84dd-6893f933e0f2",
      "resourceInvariantUUID": "b793aaed-8601-4aa5-94f9-041a87ee9e73",
      "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": "MWEzMDI2NmI3MmY5NTZlOGQ1ODQ1YTlmNWY3OGY0ZTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67822afa-42e2-4575-af1f-998b1dd7e815"
    }
  ],
  "workloadContext": "Production"
}
2022-06-18T05:03:47.698Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T05:03:47.698Z|d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b289c13a-0431-4f7a-bfbd-b363f138b58c ASDC
2022-06-18T05:03:47.699Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:466ae4cb-2bbf-4df3-9d38-ce17f09b1035
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:b289c13a-0431-4f7a-bfbd-b363f138b58c
ServiceInvariantUUID:bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e
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:67822afa-42e2-4575-af1f-998b1dd7e815
ArtifactChecksum:MWEzMDI2NmI3MmY5NTZlOGQ1ODQ1YTlmNWY3OGY0ZTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:342a9044-6d3a-41c6-8721-52419d112290
ResourceInvariantUUID:b793aaed-8601-4aa5-94f9-041a87ee9e73
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3ef64523-0b93-4c1c-84dd-6893f933e0f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-18T05:03:47.699Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b289c13a-0431-4f7a-bfbd-b363f138b58c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T05:03:47.776Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T05:03:47.780Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T05:03:47.780Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T05:03:47.780Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 67822afa-42e2-4575-af1f-998b1dd7e815 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-18T05:03:47.780Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-18T05:03:47.780Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-18T05:03:48.097Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-18T05:03:48.108Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 67822afa-42e2-4575-af1f-998b1dd7e815 105671
2022-06-18T05:03:48.109Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-18T05:03:48.110Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-18T05:03:48.110Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T05:03:48.110Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:48.114Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:48.114Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528628109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:03:48.214Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T05:03:48.215Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:48.216Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:48.231Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:48.232Z||pool-154-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:49.114Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T05:03:49.116Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-18T05:03:49.116Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 67822afa-42e2-4575-af1f-998b1dd7e815, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:49.117Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-18T05:03:49.118Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:49.118Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:49.463Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10616387330595784610/Definitions/service-TestPnfMacro-template.yml
2022-06-18T05:03:51.134Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T05:03:51.136Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-18T05:03:51.136Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.137Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-18T05:03:51.150Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.150Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.150Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.151Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.151Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.151Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.151Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.152Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-18T05:03:51.152Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.152Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.153Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-18T05:03:51.153Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-18T05:03:51.153Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T05:03:51.154Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.154Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.154Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-18T05:03:51.154Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-18T05:03:51.155Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T05:03:51.155Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.155Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.155Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.155Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.156Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.156Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.156Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.156Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.157Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.157Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.157Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:b289c13a-0431-4f7a-bfbd-b363f138b58c
Model Version:NULL
Model InvariantUuid:bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-18T05:03:51.209Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3ef64523-0b93-4c1c-84dd-6893f933e0f2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T05:03:51.223Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-06-18T05:03:51.223Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3ef64523-0b93-4c1c-84dd-6893f933e0f2
2022-06-18T05:03:51.223Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b289c13a-0431-4f7a-bfbd-b363f138b58c
2022-06-18T05:03:51.223Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b289c13a-0431-4f7a-bfbd-b363f138b58c
2022-06-18T05:03:51.223Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3ef64523-0b93-4c1c-84dd-6893f933e0f2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T05:03:51.237Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c6d9ed0, org.onap.sdc.toscaparser.api.parameters.Input@6ec65b0c, org.onap.sdc.toscaparser.api.parameters.Input@151a95df, org.onap.sdc.toscaparser.api.parameters.Input@144d4d48, org.onap.sdc.toscaparser.api.parameters.Input@14d6ca0f]
2022-06-18T05:03:51.239Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.239Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.239Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b289c13a-0431-4f7a-bfbd-b363f138b58c: test-pnf
2022-06-18T05:03:51.239Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||Processing PNF resource: 3ef64523-0b93-4c1c-84dd-6893f933e0f2
2022-06-18T05:03:51.239Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-18T05:03:51.240Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T05:03:51.240Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||Resource customization UUID: 342a9044-6d3a-41c6-8721-52419d112290 is the same as notified resource customizationUUID: 342a9044-6d3a-41c6-8721-52419d112290
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-18T05:03:51.423Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3ef64523-0b93-4c1c-84dd-6893f933e0f2 0 ASDC deployResourceStructure
2022-06-18T05:03:51.424Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-18T05:03:51.424Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-18T05:03:51.424Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T05:03:51.425Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:03:51.431Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:03:51.431Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528631424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:03:51.531Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T05:03:51.532Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:03:51.533Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:03:51.552Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:03:51.553Z||pool-155-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T05:03:52.442Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 466ae4cb-2bbf-4df3-9d38-ce17f09b1035
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:03:52.459Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 466ae4cb-2bbf-4df3-9d38-ce17f09b1035
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-18T05:03:52.466Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T05:03:52.466Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T05:03:52.466Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T05:03:52.466Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T05:03:52.466Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:52.466Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:52.467Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:52.467Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:52.467Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:52.467Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:52.467Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-18T05:03:52.467Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-18T05:03:52.476Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T05:04:22.477Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-18T05:04:22.492Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and serviceModelVersionId: b289c13a-0431-4f7a-bfbd-b363f138b58c
2022-06-18T05:04:22.493Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e
2022-06-18T05:04:22.495Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?depth=0
2022-06-18T05:04:22.505Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T05:04:22.599Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?depth=0|INFO|500||Invoke
2022-06-18T05:04:22.600Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[466ae4cb-2bbf-4df3-9d38-ce17f09b1035], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2884f5a7-087b-4abe-bb60-a5dc92fa2bc5], X-ECOMP-RequestID=[466ae4cb-2bbf-4df3-9d38-ce17f09b1035], X-TransactionId=[], X-ONAP-RequestID=[466ae4cb-2bbf-4df3-9d38-ce17f09b1035], Content-Type=[application/merge-patch+json]}
2022-06-18T05:04:22.671Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-18T05:04:23.031Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?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/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220618-05:04:23:415-29467], vertex-id=[295144], Content-Length=[0], Date=[Sat, 18 Jun 2022 05:04:23 GMT], Content-Type=[application/json]}
2022-06-18T05:04:23.032Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-18T05:04:23.042Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bebdbe4f-7fc7-4c8c-ab95-0cf259407b7e/model-vers/model-ver/b289c13a-0431-4f7a-bfbd-b363f138b58c?depth=0|INFO|500||InvokeReturn
2022-06-18T05:04:23.044Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T05:04:23.044Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T05:04:23.086Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-18T05:04:23.087Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 466ae4cb-2bbf-4df3-9d38-ce17f09b1035 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T05:04:23.088Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T05:04:23.088Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-18T05:04:23.093Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T05:04:23.094Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528663087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T05:04:23.194Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T05:04:23.196Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-18T05:04:23.197Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T05:04:23.262Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:04:23.263Z||pool-156-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-18T05:04:24.119Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:04:24.119Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:04:24.120Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:04:33.735Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:04:33.736Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:04:33.737Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:04:33.737Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:04:41.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:04:41.861Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:04:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:04:41.933Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:04:41.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:04:41.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-18T05:04:41.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528573548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528578770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528579989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528581162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:04:41.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528582688,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528583699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528584748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528585754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:04:41.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d0dafbf2-ddc3-4f0d-9e71-7c2fe5e4a855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528617481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:41.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:04:41.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:04:41.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:04:43.321Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:04:43.322Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:04:43.323Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:04:43.323Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:04:52.899Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:04:52.900Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:04:52.901Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:04:52.902Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:05:02.459Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:05:02.460Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:05:02.461Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:05:02.461Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:05:12.010Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:05:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:05:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:05:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:05:41.861Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:05:41.862Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:05:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:05:42.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:05:42.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:05:42.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:05:42.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:05:42.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:05:42.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:05:42.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:05:42.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:05:42.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:05:42.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:05:42.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:05:42.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-18T05:05:42.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:05:42.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:05:42.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528560306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-18T05:05:42.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-18T05:05:42.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:05:42.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528628109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-18T05:05:42.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:05:42.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:05:42.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528631424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-18T05:05:42.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:05:42.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-18T05:05:42.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "466ae4cb-2bbf-4df3-9d38-ce17f09b1035",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655528663087,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T05:05:42.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T05:05:51.418Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:06:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:06:41.859Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:06:41.859Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:06:41.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:06:41.862Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:06:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:06:51.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:06:51.451Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:07:41.856Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:07:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:07:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:07:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:07:41.861Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:07:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:07:51.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:07:51.461Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:08:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:08:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:08:41.862Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:08:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:08:41.862Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:08:41.862Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:08:51.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:08:51.445Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:09:41.856Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:09:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:09:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:09:41.862Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:09:41.863Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:09:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:09:51.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:09:51.426Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:10:41.856Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:10:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:10:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:10:41.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:10:41.861Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:10:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:10:51.416Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:10:51.417Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:11:41.856Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:11:41.863Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:11:41.864Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:11:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:11:41.868Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:11:41.868Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:11:51.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:11:51.502Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:12:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:12:41.860Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:12:41.860Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:12:41.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:12:41.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:12:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:12:51.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:12:51.517Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:13:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:13:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:13:41.861Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:13:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:13:41.865Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:13:41.866Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:13:51.435Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:13:51.447Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:14:41.856Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:14:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:14:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:14:41.860Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:14:41.861Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:14:41.862Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:14:51.433Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:14:51.476Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:15:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:15:41.860Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:15:41.860Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:15:41.860Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:15:41.861Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:15:41.861Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:15:51.415Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:15:51.428Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:16:41.856Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:16:41.857Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:16:41.858Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:16:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:16:41.861Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:16:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:16:51.427Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:16:51.439Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:17:41.857Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:17:41.859Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:17:41.860Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:17:41.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:17:41.862Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:17:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:17:51.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:17:51.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:18:41.858Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:18:41.859Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:18:41.860Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T05:18:41.861Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:18:41.862Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:18:41.862Z|c4642eec-7e20-4297-8b42-e4e73102bcac|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:18:51.424Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:18:51.437Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:19:41.856Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:19:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:19:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:19:41.861Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:19:41.864Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:19:41.864Z|c4642eec-7e20-4297-8b42-e4e73102bcac|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:19:51.413Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:19:51.420Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:20:41.856Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:20:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:20:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:20:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:20:41.861Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:20:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:20:51.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:20:51.435Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:21:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:21:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:21:41.863Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:21:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:21:41.863Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:21:41.873Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:21:51.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:21:51.472Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:22:41.857Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:22:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:22:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:22:41.861Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:22:41.862Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:22:41.862Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:22:51.425Z|466ae4cb-2bbf-4df3-9d38-ce17f09b1035|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:22:51.452Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:23:41.861Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:23:41.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:23:41.863Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:23:41.863Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:23:41.863Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:23:41.870Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:23:51.450Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:23:51.496Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:24:41.856Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:24:41.857Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:24:41.857Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:24:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:24:41.861Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:24:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:24:51.414Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:24:51.423Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:25:41.857Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:25:41.859Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:25:41.860Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:25:41.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:25:41.861Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:25:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T05:25:51.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:25:51.441Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-18T05:26:41.858Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:26:41.859Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:26:41.859Z|03bfd486-471f-4cd1-b83c-e86ba9ca9838|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 J8JXXAlnkY8upKin) ...
2022-06-18T05:26:41.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T05:26:41.862Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T05:26:41.862Z||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 J8JXXAlnkY8upKin) ...